Feeds
提问
Error while using xlswrite for arrays
I am trying to write few arrays of equal size 1x234 into excel but getting the following error. "Dimensions of matrices being c...
9 years 前 | 2 个回答 | 0
2
个回答提问
Assigning Alphabet to Different Range of Numbers
I have the following code. r = randi([0 5719],1,384); %Generate 384 random numbers between 0-5719. for i=1:384 if (...
9 years 前 | 1 个回答 | 0
1
个回答提问
Assigning alphabets to a range of numbers.
I have an array of random numbers. I want to assign alphabets to a range of numbers. For example 0-20 should be assigned letter ...
9 years 前 | 2 个回答 | 0
2
个回答提问
Problem in interpolation of data.
The following code is giving me the error that "The grid vectors do not define a grid of points that match the given values". I ...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to interpolate values of x-axis using y-axis values as reference?
I want to do interpolation. I am using the following code yreq = interp1(x,y,xreq) Thi...
10 years 前 | 1 个回答 | 0
