Feeds
提问
How to make axes of plots invisible in the scrollsubplot ?
I downloaded a file from this site: http://www.mathworks.com/matlabcentral/fileexchange/5253-scrolling-figure-demo. How to make...
10 years 前 | 0 个回答 | 0
0
个回答已回答
Create a GUI in Matlab ?
Thank for your answer, Madhu Kodappully. But when i use subplot, the size of plot is shrinked.I want all plots have the preset s...
Create a GUI in Matlab ?
Thank for your answer, Madhu Kodappully. But when i use subplot, the size of plot is shrinked.I want all plots have the preset s...
10 years 前 | 0
提问
Create a GUI in Matlab ?
Can I create a GUI which can show a lot of plots like this:? <</matlabcentral/answers/uploaded_files/38069/Untitled.jpg>> ...
10 years 前 | 1 个回答 | 0
1
个回答提问
Why does circle transform into a elipse when i plot a line and a circle ?
Here is my code: " xc=2;yc=1; r=1; x2=0:5; y2=x2/2; plot(x2,y2);axis square hold on; teta=-pi:0.01:pi; x=r*sin(...
10 years 前 | 1 个回答 | 0
