how save results?

6 visualizaciones (últimos 30 días)
abdullah qasim
abdullah qasim el 7 de Dic. de 2019
Respondida: Walter Roberson el 7 de Dic. de 2019
how save sevral results in same time like this in one term
save(z_room z_room1 z_room2 z_room3 z_room4 z_room5 z_room6 z_room7 z_room8 z_room9 z_room10 z_room11 z_room12 z_room13 z_room14 z_room15 z_room16 z_room17 z_room18 z_room19 z_room20 z_room21 z_room22 z_room23 z_room24 z_room25)

Respuesta aceptada

Walter Roberson
Walter Roberson el 7 de Dic. de 2019
save() permits using a wildcard, such as
save('filename.mat', 'z_room*')
save() also permits a -regexp option for more complicated matching.

Más respuestas (0)

Categorías

Más información sobre MATLAB 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!

Translated by