Feeds
回答済み
Make the x-axis limit depend on the function y
Figured it out. I used the find() syntax.
Make the x-axis limit depend on the function y
Figured it out. I used the find() syntax.
9年以上 前 | 0
| 採用済み
質問
Make the x-axis limit depend on the function y
Hi, I'd like the maximum value of the x-axis to be at the point y=0.9 (graph is from 0 to 1 on the y-axis). When I change...
9年以上 前 | 2 件の回答 | 0
2
回答質問
Integrating individual matrix values using a loop
Hey, [vm,tm]=meshgrid(v,t); %make 2d grid of v and t values [nr,nc]=size(tm); for ii=1:nr for jj=1:nc ...
9年以上 前 | 1 件の回答 | 0