loading . mat file and displaying it using imagesc?

3 ビュー (過去 30 日間)
John Nowak
John Nowak 2019 年 11 月 14 日
コメント済み: John Nowak 2019 年 11 月 14 日
Import the data acquired from a fluorescence CCD camera called 06.mat Then perform the following:display with function imagesc(). I have no idea why I am not able to get the imagesc to work right with my .mat file.I feel like this should be a simple thing to do but I am struggling.... Can anyone help please???
Z = load('06.mat');
figure(1)
imagesc(Z)
  3 件のコメント
John Nowak
John Nowak 2019 年 11 月 14 日
I see what you are saying. I have tried running it with imagesc( Z.someFieldName ) and it is now giving me an error saying "Invalid expression. Check for missing or extra characters." ??
John Nowak
John Nowak 2019 年 11 月 14 日
I got it. I appreciate the tip you gave. I had to reload matlab and once i did it worked. thank you!!

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by