フィルターのクリア

How can I read my jpeg file in matlab as .mat file

2 ビュー (過去 30 日間)
Batuhan Istanbullu
Batuhan Istanbullu 2022 年 11 月 21 日
コメント済み: Stephen23 2022 年 11 月 21 日
Hi I have an image on my Pc that I want to use in my code but it is in jpeg and I want to make it .mat file to read it and call it in matlab. How may I call it or convert it?

採用された回答

KSSV
KSSV 2022 年 11 月 21 日
REad about imread.
I = imread(myjpeg) ;
save data.mat

その他の回答 (0 件)

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by