Community Profile

photo

Sushant Mahajan


Last seen: 2年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

連絡

統計

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Is it possible to create/plot a 3-D blob of a human body using MATLAB?
This might help: <https://www.mathworks.com/help/matlab/examples/animating-a-surface.html animating a surface>

5年以上 前 | 0

| 採用済み

回答済み
I have a Large csv file that I want to plot
The fact that your data file is 9 MB after zipping tells me that there is a significant wastage of RAM here. I can suggest ways ...

5年以上 前 | 0

回答済み
How can I create a matrix of linestyles for plot to loop through?
You can use a combination of eval and sprintf. Here I am plotting successive powers of sin(x). linestyles={'-','--','.-'}; ...

5年以上 前 | 0

質問


How to save an m by n array as an m by n resolution image?
Hellos, I am trying to plot a 2D image of resolution 4096 x 4096 using imshow(data). Due to screen resolution limitation (my ...

5年以上 前 | 1 件の回答 | 0

1

回答