Feeds
提问
I want to rounding selected data with Looping and If else
I have workspace variable "a" which there is a 510x1 matrix data inside like this I want to change cell containing 10+ only (...
3 years 前 | 2 个回答 | 0
2
个回答提问
Matrix dimensions must agree when doing an elementwise operation
a = 0:1:100; b = 0:1:100; c = 0:1:360; r = 3.3*10^-2; d = (a+b).*cos(c).*r./2; Hello, I would like to compute the program w...
4 years 前 | 2 个回答 | 0