quick question about string read

3 visualizaciones (últimos 30 días)
UTA
UTA el 13 de Feb. de 2013
I use 'sprintf' function get a string and store in a1 as follow: % a1 = sprintf('%s_%s', 'modelsq', '1');
I just want to load the mat file which name is modelsq_1, however, it is fail to do like this: % load a1; how should I do? thank you very much!

Respuesta aceptada

José-Luis
José-Luis el 13 de Feb. de 2013

Más respuestas (1)

Matt Kindig
Matt Kindig el 13 de Feb. de 2013
Use the functional form of load, i.e.
load(a1);

Categorías

Más información sobre String Parsing en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by