photo

SHAILENDRA PANDEY


Indira Gandhi Agriculture University Raipur, INDIA

Last seen: alrededor de 1 mes hace Con actividad desde 2019

Followers: 0   Following: 0

Mensaje

Theoretical Physics Molecular Biology Advanced computing

Estadística

  • First Review
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

casi 4 años hace | 2

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

casi 5 años hace | 5