How can I use mat file in matlab function ?
Mostrar comentarios más antiguos
I have a mat file which has 21 different strcuts. I need to use them in my function however I cannot load or reach them from workspace. How can I solve this? Thanks in advance.
1 comentario
per isakson
el 15 de Ag. de 2017
Respuestas (1)
Image Analyst
el 15 de Ag. de 2017
Try this:
storedStructure = load('yourMatFileName.mat')
Attach the .mat file with the paper clip icon if you still have trouble.
Categorías
Más información sobre Workspace Variables and MAT Files en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!