How can I use mat file in matlab function ?

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 件)

Image Analyst
Image Analyst 2017 年 8 月 15 日

0 投票

Try this:
storedStructure = load('yourMatFileName.mat')
Attach the .mat file with the paper clip icon if you still have trouble.

カテゴリ

ヘルプ センター および File ExchangeWorkspace Variables and MAT Files についてさらに検索

質問済み:

2017 年 8 月 15 日

回答済み:

2017 年 8 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by