Community Profile

photo

Sushant Mahajan


Last seen: 2 years ago Active since 2018

Statistics

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

Answered
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 years ago | 0

Question


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 years ago | 1 answer | 0

1

answer