How to convert the following jpg file to matlab.fig file
34 ビュー (過去 30 日間)
古いコメントを表示
Chris Martin
2015 年 10 月 28 日
コメント済み: Shashank Chandrasekaran 16BEE0334
2018 年 8 月 25 日
Hi, I am trying to convert this .jpg file to matlab.fig file. I try with imread(*.jpg) and then imagesc(:,1:end). It do display the fig but with a red colour all over the image. Please help me
0 件のコメント
採用された回答
Wanbin Song
2015 年 10 月 28 日
As my understanding of your question, it is pretty simple as below:
img = imread('~~.jpg');
imshow(img);
savefig('~~~.fig');
4 件のコメント
その他の回答 (1 件)
Muhammad Khan
2018 年 5 月 29 日
I am using this code to convert .jpg file to maltab .fig but in matlab lab file there is no figure represented and if I want to convert more than one .jpg files to fig how can I. I am attaching two files.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!