Community Profile

photo

SHAILENDRA PANDEY


Indira Gandhi Agriculture University Raipur, INDIA

Last seen: 4개월 전 2019년부터 활동

Theoretical Physics Molecular Biology Advanced computing

통계

  • First Review
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
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년 초과 전 | 2

답변 있음
How can I obtain my Windows system information?
In Windows system system('systeminfo') In Linux system system('lscpu')

4년 초과 전 | 5