Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
Batuhan Istanbullu
Batuhan Istanbullu le 21 Nov 2022
Commenté : Stephen23 le 21 Nov 2022
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?

Réponse acceptée

KSSV
KSSV le 21 Nov 2022
REad about imread.
I = imread(myjpeg) ;
save data.mat

Plus de réponses (0)

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by