Statistics
RANK
164.062
of 295.467
REPUTATION
0
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Can someone explain why I am getting the error "Not enough input arguments (line 4)"?
Your getting that error because your compiling a function that does not have x or y defined. Its a normal error that occurs when...
meer dan 12 jaar ago | 0
Question
If statement using Char class variable
Hi there! I have had a cell class variable text3 size 1X2 containg '11-03'. I used the cell2mat function to convert this varia...
meer dan 12 jaar ago | 1 answer | 0
1
answeridentifying and isolating consecutive numbers
Use regexp to do this, something like ( but not exactly): [B] = regexp(A,'[1-4]','match') repeat for C and D replacing [1-...
meer dan 12 jaar ago | 0
Question
cell2mat:: Cannot support cell arrays containing cell arrays of strings
Hi! So I have three cell class variables size of 101x5; each variable apparently contains cell arrays of strings. I need to ...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
Summing matrices of cell arrays
So i have three cell class variables size of 101x5. I need to combine the three of them to form only one cell array of size 101X...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
Non-numeric matrix to string
Hi i am trying to import an excel file to matlab and convert the matrix crated into a string in order for me to use sscanf to f...
meer dan 12 jaar ago | 1 answer | 0