Community Profile

photo

SHAILENDRA PANDEY


Indira Gandhi Agriculture University Raipur, INDIA

Last seen: 4 månader 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...

mer än 3 år ago | 2

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

mer än 4 år ago | 5