Statistics
5 Questions
0 Answers
RANK
116,526
of 301,848
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 21,439
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,942
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
