Frage


return in switch, back in switch
I have switch, I wanna returned in switch c=menu('Výber dát','preddefinovane'); switch c case 1 ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


??? Index exceeds matrix dimensions. Error in ==> Untitled at 267 if length(W{i})==0;
{1x3 cell} {1x2 cell} {1x4 cell} W{2}{1}={[1 2],[],[2 5 3]} for i=1:size(W,2) if length(W{i})==0; W(c...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


need to remove [] in cell
I have once cell Z ={1x3 cell} [] {1x2 cell} [] {1x4 cell} and then i have once cell Z = {1x7 cell} {1x5 cel...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


indexing in loop, cell
I have cell Z in cell Z{1}= Columns 1 through 6 [1x3 double] [1x3 double] [1x3 double] [1x3 double] ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


if at least one number > in cell
I have cell {1x7} C{1}{1}=[ 5.4000 8.3000 15.8000] C{1}{2}=[ 9.9000 10.7000 13.600] C{1}{3}=[ 5.5000 8.90...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


import dat from excel to matlab
I have excel file, <</matlabcentral/answers/uploaded_files/4974/excel.png>> i want to impor from excel to matlab and sav...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


find a values in matrix
I have matrix H[ 0 2.3926 2.3926 0] I want to find value in matrix H, 2.3926 and store...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


if at least one number >
I have A=[ 11 12 17] number=13; W={}; if (A>=number) W{1}{1}=A; else A; end I want it so that if ther...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


cell, find cell, matlab
i have cell Z=(1x7) Z{1}=[1x3 double] [1x3 double] [1x3 double] [1x3 double] [1x3 double] [1x3 double] Column...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


plot3, how to plot
i have Z={1x1 cell} {1x7 cell} {1x2 cell} for j=1:k2 for d=1:length(Z{j}) ...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


matrix of image, imagine processing toolbox
I am beginner in image processing toolbox, i have to use this image <</matlabcentral/answers/uploaded_files/4546/new.jpg>> ...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


??? Error using ==> plot3 Data must be a single matrix Y or a list of pairs X,Y
ans = Z{1} [1x3 double] ans = Z{2} Columns 1 through 6 [1x3 double] [1x3 double] [1x3 double...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to plot cell ?
I have for example cell {1x1 cell} {1x7 cell} {1x2 cell}, each cell is cluster. I have to plot each cluster, how to plo...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


std in matlab cell
i have cell for exaple {1x7 cell} in cell Z{1} ans = Columns 1 through 6 [1x3 double] [1x3 double] [1x3 doub...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


delete empty [] {1x7 cell} {1x2 cell}
how delete []; when I have Z= [] {1x7 cell} {1x2 cell} and i want to have Z= {1x7 cell} {1x2 cell}

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


?? Error using ==> plot3 String argument is an unknown option.
MON = [2.8 3.6 17.2; 5.4 8.3 15.8; 2.5 3.2 17.6; 9.9 10.7 13.6; 5.5 8.9 15.5; 9...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why does the sum of S1 AND S2 ?
S1=[23.6000 58.4000 47.4000 101.7000 29.9000 36.8000] S2=[23.6000 58.4000 47.4000 67.1000 29.9000 71.4000] ...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
??? In an assignment A(I) = B, the number of elements in B and I must be the same. matlab error
this is my code full clear,clc MON = [2.8 3.6 17.2; 5.4 8.3 15.8; 2.5 3.2 17.6; 9.9 10.7 13.6...

mehr als 10 Jahre vor | 0

Frage


??? In an assignment A(I) = B, the number of elements in B and I must be the same. matlab error
I have problem with indexing my code is: function [d] = tazisko6(A) d1=length(A); d2 =length(A{1}); s=...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten