![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5799416_1522110400008_DEF.jpg)
Nikola Mirkov
Swiss National Bank
Followers: 0 Following: 0
Statistica
RANK
7.505
of 297.016
REPUTAZIONE
6
CONTRIBUTI
2 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
2
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
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
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
oltre 4 anni fa | 2
Risposto
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()....
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()....
oltre 9 anni fa | 0
Domanda
Curious case of identical strings
Hi everybody, Here is the code I run: findcellstr('UKCBRSRBR',namesshort) findcellstr('UKCBRSRBR',namesshort) where...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 10 anni fa | 2 risposte | 0