Community Profile

photo

Sushant Mahajan


Last seen: 2년 초과 전 2018년부터 활동

통계

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
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

답변