Pregunta


problem to concatene 2 arraycell
cor=Eq.cor(:,:,end); sis=[Eq.NomeSistemi]'; t1=num2cell(sis); t2=num2cell(1:height(t1))'; T=array2table(cor); ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


how set diagonal =1 in matrix tridimensional a(:,:,:)
hi, how can i set=1 the diagonal of the multidimensional matrix size(COR) ans = 8 8 188

más de 1 año hace | 3 respuestas | 0

3

respuestas

Pregunta


set column width for all column
hi, app.UITableCorrelationTab.Data=Function(xx); app.UITable_mincap.ColumnWidth=?? i've number columns variable (is equal ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Respondida
rounding elements in matrix if > or < to 0.75
do you think this code is correct? function ris=Test_round(k) x = [3.32;0.78;1.25;0.20]; ris=round(x-(k-0.5)); end ...

más de 1 año hace | 0

Respondida
rounding elements in matrix if > or < to 0.75
fixed the code you wrote But I wrote wrong I want to put a decimal input and then the code runs: Ex: .75.. .82 ... .25 and if ...

más de 1 año hace | 0

Pregunta


rounding elements in matrix if > or < to 0.75
example: 3.32==> .032 is < 0.75 ===> 3 0.78===>0.78 is >0.75==> 1

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


speed up the calculation in multidimensional array
Array:RP_bin Matrix: matrix [~,c]=size(matrix); xx=find(RP_bin); q=length(xx); [~,c]=size(matrix); cor=zeros...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


how convert field struct in cellarray
hi, Rank_DisplayIdxsis is a field of struct i want to convert it in cellarray i try it: fields = getfield(Sis,'Rank_Displ...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


convert arraycell in array string
>> class(risulRankingResult) ans = 'cell' it's possibile to convert in string?

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


write table on screen
I should write some data in an excel format (table) but displayed on the monitor Each box is different from the others (exampl...

más de 1 año hace | 2 respuestas | 0

2

respuestas