Feeds
질문
Sort
Hello i want to know if exist a function that generate numbers in a range that i want to fix. for example i need to generate 22 ...
12년 초과 전 | 답변 수: 2 | 0
2
답변질문
Save A Matrix Into Excel
Hello i want to save a matlab matrix in an excel file (that i need to open with word). when i do: xlswrite('c:\matlab\work\p...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
Decimals
Hello.i have a vector that is: C=[1;1.0000;1.0000;1.0000] how can i see if there is any approssimations?
거의 13년 전 | 답변 수: 1 | 0
1
답변답변 있음
Correlation
ok but if i need the correlation of two scalar how can i do it?what i need is the simple correlation index of Pearson. http:/...
Correlation
ok but if i need the correlation of two scalar how can i do it?what i need is the simple correlation index of Pearson. http:/...
거의 13년 전 | 0
질문
Correlation
Hello who i can do the correlation between two numbers? thank you [EDIT SCd - moved answer to question] i've seen that t...
거의 13년 전 | 답변 수: 2 | 0
2
답변답변 있음
Reduce dimension of a vector
i've done this: app_save=riga_save; clear riga_save for i=1:length(colonna_save) riga_save(i)=app_sav...
Reduce dimension of a vector
i've done this: app_save=riga_save; clear riga_save for i=1:length(colonna_save) riga_save(i)=app_sav...
거의 13년 전 | 0
| 수락됨
질문
Reduce dimension of a vector
Hello at the beginning of my code i declare a vector riga_save=save_rig; where save_rig is 1x14. after some works on the...
거의 13년 전 | 답변 수: 2 | 0
2
답변질문
Do-While
Hallo, i want to realize in matlab the C code do-while. the condition to stop the cicle is: if save_rig==A(n). can you tell m...
거의 13년 전 | 답변 수: 1 | 0
1
답변답변 있음
Matrix and find
ok and a possible solution?i need something that find me all the first 1 of the matrix in both cases
Matrix and find
ok and a possible solution?i need something that find me all the first 1 of the matrix in both cases
거의 13년 전 | 0
질문
Matrix and find
Hello actually i have a random matrix done of a lot of 0 and some 1. i need to save the position (i,j) of the first 1 for each r...
거의 13년 전 | 답변 수: 3 | 0
3
답변질문
Imagesc change of colors
Hello, i have a matrix like this one: 1.0000 0.7944 0.7361 0.8205 0.4192 0.7944 1.0000 0.8663 0....
거의 13년 전 | 답변 수: 0 | 1
0
답변답변 있음
Imagesc & plot matrix
i've tried to use lines/summer/gray but i don't like the effect. actually the matrix is something like this: http://imageshack....
Imagesc & plot matrix
i've tried to use lines/summer/gray but i don't like the effect. actually the matrix is something like this: http://imageshack....
거의 13년 전 | 0
답변 있음
Imagesc & plot matrix
well first of all i want a colorbar that starts from 0 and goes to 1 or bytheway from -1 to 1, this means that i want to set the...
Imagesc & plot matrix
well first of all i want a colorbar that starts from 0 and goes to 1 or bytheway from -1 to 1, this means that i want to set the...
거의 13년 전 | 0
질문
Imagesc & plot matrix
Hello, actually i'm trying to plot a matrix. The values of this matrix are variable between -1 and 1 (i'm working on the correla...
거의 13년 전 | 답변 수: 3 | 0
3
답변질문
Plot A Matrix
Is it possible to plot a matrix? i have a matrix 7x7 with valure around 1 and i want to show (maybe with different colour) how ...
거의 13년 전 | 답변 수: 2 | 0
2
답변질문
Function Save() and optimizzation
Hello i want to optimize my code. i have these 3 matrix: save H_scorr save Hscorr_abs save H...
대략 13년 전 | 답변 수: 1 | 0
1
답변질문
Matlab&Excell
Hello i want to save one or more matrix from matlab to excel. i've tried the command: xlswrite('Data.xls', Hscorr) wher...
대략 13년 전 | 답변 수: 1 | 1
1
답변답변 있음
corrcoef & xcorr
Wayne i've tried your code x = cos(pi/4*n); y = cos(pi/4*n-(3*pi)/4); [r,p] = corrcoef(x,y); [c,lags] = xcorr(...
corrcoef & xcorr
Wayne i've tried your code x = cos(pi/4*n); y = cos(pi/4*n-(3*pi)/4); [r,p] = corrcoef(x,y); [c,lags] = xcorr(...
대략 13년 전 | 0
질문
corrcoef & xcorr
Hello i've two complex functions ( size 1x1x2501) and i need to do a correlation between these (cross-correlation). i've tried ...
대략 13년 전 | 답변 수: 3 | 0