photo

Nikola Mirkov


Swiss National Bank

Last seen: mer än 4 år ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
5 519
of 300 331

REPUTATION
8

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
3

RANK
 of 20 920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 124

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

ungefär 5 år 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()....

ungefär 10 år ago | 0

Question


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

ungefär 10 år 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...

ungefär 11 år ago | 2 answers | 0

2

answers