Feeds
提问
Changing X and Y axis limits??
CODE: function x = logmap(R, timesteps, xinit, color) clc x = zeros(timesteps,1); x(1) = xinit; for t = 1:lengt...
13 years 前 | 1 个回答 | 0
1
个回答提问
Subscript indices must either be real positive integers or logicals???
I am relatively new to matlab. So I am trying out some logic in the following lines which gives me the error which I think is be...
13 years 前 | 1 个回答 | 0
