![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5799416_1522110400008_DEF.jpg)
Nikola Mirkov
Swiss National Bank
Followers: 0 Following: 0
Statistics
RANK
7 505
of 297 046
REPUTATION
6
CONTRIBUTIONS
2 Questions
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
of 20 422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 776
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
error of All contents of the input cell array must be of the same data type.
Hey Sermet, Even easier: cellArray(cellfun(@ischar,cellArray)) = {nan}; cellArray = cell2mat(cellArray); Best, niko
mer än 4 år ago | 2
Curious case of identical strings
Dear Stephen, Your answer was very helpful - the strings are indeed different when I convert them to a vector using double()....
mer än 9 år ago | 0
Question
Curious case of identical strings
Hi everybody, Here is the code I run: findcellstr('UKCBRSRBR',namesshort) findcellstr('UKCBRSRBR',namesshort) where...
mer än 9 år ago | 2 answers | 0
2
answersQuestion
How do I solve the following problem with rounding?
I run the following code: clear all x=-2:0.1:2; find(x==0.9) I get: ans = Empty matrix: 1-by-0 How can I f...
mer än 10 år ago | 2 answers | 0