Opening .mat file using matlab
古いコメントを表示
I couldn’t open a .mat file in my computer using matlab. Rather it was opening with Microsoft Access and I followed the laid down procedures on how to change the default file type. But the thing is that I didn’t find .mat extension in my file type. What do I do?
4 件のコメント
Jonas
2023 年 6 月 22 日
you can also try to go over to a mat file using your file explorer: right click -> open with and then choose matlab (or 'other program' and then matlab). then either tick the 'always open with' box (I think this was windows 10) or click the always button on windows 11
Kilaliba Tugwell
2023 年 6 月 22 日
Mayur
2023 年 6 月 22 日
Can you share a screenshot of the file properties?
Kilaliba Tugwell
2023 年 6 月 22 日
回答 (2 件)
Mayur
2023 年 6 月 23 日
移動済み: Image Analyst
2023 年 6 月 23 日
0 投票
Thanks for sharing that. If you open MATLAB and then open this file from there, does it open properly?
Also, please check the following MATLAB Answers in case they help:
1 件のコメント
Kilaliba Tugwell
2023 年 6 月 23 日
移動済み: Image Analyst
2023 年 6 月 23 日
Try
storedStructure = load('C:\Users\X360\Desktop\My Thesis\third trial')
All the variables stored in that mat file will be fields of the structure returned by the load function.
help load
カテゴリ
ヘルプ センター および File Exchange で Workspace Variables and MAT Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
