필터 지우기
필터 지우기

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