Community Profile

photo

SHAILENDRA PANDEY


Indira Gandhi Agriculture University Raipur, INDIA

Last seen: 5ヶ月 前 2019 年からアクティブ

Followers: 0   Following: 0

連絡

Theoretical Physics Molecular Biology Advanced computing

統計

  • First Review
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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