質問


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

約1年 前 | 1 件の回答 | 0

1

回答

質問


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

約1年 前 | 3 件の回答 | 0

3

回答

質問


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

約1年 前 | 1 件の回答 | 0

1

回答

回答済み
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 ...

約1年 前 | 0

回答済み
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 ...

約1年 前 | 0

質問


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

約1年 前 | 2 件の回答 | 0

2

回答

質問


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

約1年 前 | 1 件の回答 | 0

1

回答

質問


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

約1年 前 | 2 件の回答 | 0

2

回答

質問


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

約1年 前 | 1 件の回答 | 0

1

回答

質問


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

約1年 前 | 2 件の回答 | 0

2

回答