Feeds
提问
Error using "*" in my equation, assumes I am trying to do matrix multiplication.
I have a simple plot that I am trying to create with xticks and a trig function. For some reason, when I try to plot my graph, i...
3 years 前 | 1 个回答 | 0
1
个回答提问
When I run this function, it generates a graph with only the x-value of -2, why wont it plot the whole vector?
function g x_min = -2; x_max = 2; x = x_min:20:x_max if x < -pi g = -1; elseif x >= -pi && x <= pi g = cos(x); e...
3 years 前 | 1 个回答 | 0
