Feeds
提问
Error using matlab.internal.math.interp1, Sample points must be unique.
I am getting this error when I run the attached matlab code. I couldn't figure out how to solve it and I would be very happy i...
2 years 前 | 2 个回答 | 0
2
个回答提问
Repeating elements in a vector
Hi, i want my following vector: A = [0,1; 1; 5; 10; 20] to be A = [0,1; 1; 5; 10; 20;0,1; 1; 5; 10; 20;0,1; 1; 5; 10; 20; ....
2 years 前 | 2 个回答 | 0
