How to seperate the large amount of data which got an error from the matlab tools?

1 回表示 (過去 30 日間)
vimal kumar chawda
vimal kumar chawda 2020 年 4 月 22 日
回答済み: Ameer Hamza 2020 年 4 月 22 日
I want to seperate the data and see it once how it looks like and what are the dimesion so that i can figure out. I found an erroe shown in the image attached.
So please help me to figure out the satellite data.

回答 (1 件)

Ameer Hamza
Ameer Hamza 2020 年 4 月 22 日
These seem to be images. Instead of seeing the individual pixel intensities, you can call imshow()
imshow(A_SATPOS(1).X)
Similarly, you can use other functions to check the size, number of elements, class using appropriate functions.
size(A_SATPOS(1).X)
numel(A_SATPOS(1).X)
class(A_SATPOS(1).X)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by