Statistiques
RANG
162 050
of 301 383
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 21 252
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 306
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Difficulty in Concatenating the matrix and preallocation- I would like to concatenate marix output generated from each iteration one after the other but my matlab code add up matrix each time from the beginning. How can i change it.Please help-Thanks
Data1=('uComponent.txt'); Data2=('vComponent.txt'); Data3=('wComponent.txt'); u=importdata(Data1); v=importdata(...
plus de 10 ans il y a | 1 réponse | 0
1
réponseI am having a problem to save the data as a text file (Matrix of size 31500x6) in matlab. I uesd a generic save function in matlab but then its saving the digits with e_function, which i can not use. Pleasee help..
i just found out the syntex..i just used fprintf(fid,'%5.4f\t%5.4f\t%5.4f\t%5.4f\t%5.4f\t%5.4f\r\n',T') and its working fine.....
plus de 10 ans il y a | 0
| A accepté
Question
I am having a problem to save the data as a text file (Matrix of size 31500x6) in matlab. I uesd a generic save function in matlab but then its saving the digits with e_function, which i can not use. Pleasee help..
I used the function.... save Twind4rotor1.txt T -ascii; where T is matrix of (31500x6). In the .txt file, the data are stored ...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
i am working with huge data (1800000x39 mtrix) in MATLAB. I have to extract a block of matrix from certain interval out of the this large matrix. How can i concatenate the matrix from each iteration.
data=('test.txt'); M=importdata(data); for i=1:100 m1=M(i:i+3,1:3) end How can i concatenate the matrix generated by...
plus de 10 ans il y a | 1 réponse | 0
