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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0