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