how to create .mat file with three variables x y z and each variable has 1500 data?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
gowthaman gowtham kumar
el 17 de Abr. de 2014
Editada: gowthaman gowtham kumar
el 5 de Mayo de 2014
hello, i need to create .mat file with three variables x y z x=[1500 data] y=[1500 data] z=[1500 data] to create "data.mat" file with variables "x y z" pls give suggestion for this... thank you....
0 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 17 de Abr. de 2014
Editada: Azzi Abdelmalek
el 17 de Abr. de 2014
save data x y z
Look at
doc save
doc load
1 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Workspace Variables and MAT Files en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
