Feeds
질문
Streamline - how to update data in the handle?
Hi everyone. I've got the following code: h1 = streamline(streamdata{1}) for i =2:length(streamdata{i}) UPDATE "h1" WI...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to rotate a quiver object in matlab
I have a quiver object like this q = quiver(x,y,u,v); and then I use rotate to rotate it, but nothing happens rotate(q...
10년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Overlap a surf() over an image() with different colormap
Thank you all, but i could solve the problem using set(handle,'CLim') in the surface object!
Overlap a surf() over an image() with different colormap
Thank you all, but i could solve the problem using set(handle,'CLim') in the surface object!
10년 초과 전 | 0
질문
Overlap a surf() over an image() with different colormap
Hi! I have to different objects, one is an image, the other is a surface wit x,y,z,and c components. When I do surf() by i...
10년 초과 전 | 답변 수: 4 | 0
