Community Profile

photo

SHAILENDRA PANDEY


Indira Gandhi Agriculture University Raipur, INDIA

Last seen: 5 months 前 自 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 years 前 | 2

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

4 years 前 | 5