Feeds
提问
"Subscripted assignment dimension mismatch in for loop
c0 = linspace (0.001,2,10); c1 = linspace(5,30,10); ac = linspace(0.1,0.5,10); mc = linspace(0.2,1,10); xx ...
10 years 前 | 1 个回答 | 0
1
个回答提问
Matrix interpolation with two vectors as input
I'm trying to interpolate a matrix in MATLAB with two vectors as input. I manage to do this with one value, but not with the who...
10 years 前 | 1 个回答 | 0
