photo

Nikola Mirkov


Swiss National Bank

Last seen: 4 years ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
5,510
of 300,392

REPUTATION
8

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
3

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

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

  • First Answer
  • First Review

View badges

Feeds

View by

Answered
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

5 years ago | 3

Answered
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()....

10 years ago | 0

Question


Curious case of identical strings
Hi everybody, Here is the code I run: findcellstr('UKCBRSRBR​',namesshort) findcellstr('UKCBRSRBR',namesshort) where...

10 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 2 answers | 0

2

answers