Community Profile

photo

Sushant Mahajan


Last seen: oltre 2 anni fa Attivo dal 2018

Statistiche

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Content Feed

Visto da

Risposto
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>

oltre 5 anni fa | 0

| accettato

Risposto
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 ...

oltre 5 anni fa | 0

Risposto
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={'-','--','.-'}; ...

oltre 5 anni fa | 0

Domanda


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 ...

oltre 5 anni fa | 1 risposta | 0

1

risposta