Feeds
提问
I am not able to calculate integrals of any kind. Even the example integrals do not work.
6 years 前 | 1 个回答 | 0
1
个回答提问
I am trying to accomplish this same task using the find() command but I'm not sure how.
clear all n = 1 for k = 0:.1:6 x(n) = k if (2 <= x(n))&&(x(n) <= 4) y(n) = 2*k else y(n) = -5...
6 years 前 | 2 个回答 | 0
2
个回答提问
I am trying to create a surface plot with nested loops and am getting the error "Z must be a matrix, not a scalar or vector."
clear all n=1; for ii = 1:10; for jj = 1:10; x(n) = ii; y(n) = jj; z(n) = ii+jj; n = ...
6 years 前 | 1 个回答 | 0


