Hello,
I have a question. I have 25 images in a folder and I want to make a .mat file for a road-sign recognition system.
What are the steps for making a .mat file in Matlab?
Thank you very much!

 採用された回答

Cris LaPierre
Cris LaPierre 2019 年 4 月 3 日

0 投票

Load the images into variable(s) in MATLAB.
Save the variables to a mat file.

7 件のコメント

J A
J A 2019 年 4 月 3 日
編集済み: J A 2019 年 4 月 3 日
I know the theory but I don't know how to code this.
Can you help me with an example?
Please!
Cris LaPierre
Cris LaPierre 2019 年 4 月 3 日
Examples on how to read in images here.
Already gave you a link to examples on how to save variables to a mat file.
J A
J A 2019 年 4 月 3 日
Also I have a question in at the structure of matfile command what is meant the first term? https://www.mathworks.com/help/matlab/ref/matfile.html
Cris LaPierre
Cris LaPierre 2019 年 4 月 3 日
編集済み: Cris LaPierre 2019 年 4 月 3 日
What are you trying to do? You don't need to use this command.
J A
J A 2019 年 4 月 3 日
I want to do a software for road-sign recognition system with cnn algorithm. After my searching I saw that it is necessary to do a mat file but I don't know how.
Cris LaPierre
Cris LaPierre 2019 年 4 月 3 日
Use the save command, not the matfile command.
J A
J A 2019 年 4 月 3 日
OK! Thank you very much!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeRead, Write, and Modify Image についてさらに検索

質問済み:

J A
2019 年 4 月 3 日

コメント済み:

J A
2019 年 4 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by