Feeds
질문
Using a method size in a Class without making class objects it into an array
Hi! I'm working with a class with a property data and want to construct a method that checks the size of the data: NewClassOb...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
Associating a colorbar to a plot after hand (after using cbfreeze)?
Hi, I want to change the colormap of a single panel in a multi panel figure using freezeColors and cbfreeze. The code looks l...
거의 12년 전 | 답변 수: 0 | 0
0
답변질문
How to make a polar pcolor plot (with loglog axes)?
I have a set of values, say: r=[0.1 1 10 100 1000 10000 100000]; theta=0:10:180; z=r*cos(theta)'; Now I would like to ma...
대략 14년 전 | 답변 수: 1 | 0
