Dot indexing is not supported for variables of this type - ISSUE?

1 次查看(过去 30 天)
Here is the screenshot. What is the problem here? Yesterday I was able to access the Data field in the Command Window with the code line in the screenshot.
Is it a common problem, or there is a problem in my script?
Thank you.
  5 个评论

请先登录,再进行评论。

采纳的回答

Jan
Jan 2021-10-13
Start with experimenting:
img2 = reshape(img, [4, 376, 672]);
rgb = permute(img2([3 2 1], :, :), [2, 3, 1]);
figure, image(rgb);
This is called "gunshot programming" and an anti-pattern. But if it works...

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Network Connection and Exploration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by