photo

Mukunda Tamang


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
1 Respuesta

CLASIFICACIÓN
170.030
of 301.628

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.366

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 175.858

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

1

respuesta

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

más de 10 años hace | 0

| aceptada

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta