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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0
