Community Profile

photo

SHAILENDRA PANDEY


Indira Gandhi Agriculture University Raipur, INDIA

Last seen: 4 months ago Active since 2019

Theoretical Physics Molecular Biology Advanced computing

Statistics

  • First Review
  • First Answer

View badges

Content Feed

View by

Answered
How do I plot lines with different line widths?
x = 1:.01:10; y1 = sin(x); y2 = cos(x); p = plot(x,y1,x,y2) set(p,{'LineWidth'},{5;10}) Line width...

3 years ago | 2

Answered
How can I obtain my Windows system information?
In Windows system system('systeminfo') In Linux system system('lscpu')

4 years ago | 5