How to read an input text file having multiple values??
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
0 0 0 0.5 0 0.049406182 1 0 0.097122055 0 0.51 0 0.5 0.51 0.049406182 1 0.51 0.097122055
1.5 0 0.143149239 2 0 0.187489294 1.5 0.51 0.143149239 2 0.51 0.187489294
Read these values of x1,y1,z1 x2,y2,z2 x3,y3,z3....and so on
0 comentarios
Respuestas (2)
KSSV
el 10 de Oct. de 2018
REead about load, importdata, textscan. If your file has only numbers then load / importdata should work.
2 comentarios
Virajan Verma
el 10 de Oct. de 2018
15 comentarios
KSSV
el 11 de Oct. de 2018
It depends on the number of elements and number of nodes in each element.
Thanks officially for accepting the answer.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!