How can i find the property value(here plotting table) of an object which i am able to plot only? Please read body below.

조회 수: 2 (최근 30일)
I have a function which returning a object 'yy' with properties as:
Double[] with properties:
Length: 3000000
LongLength: 3000000
Rank: 1
SyncRoot: [1x1 System.Double[]]
IsReadOnly: 0
IsFixedSize: 1
IsSynchronized: 0
If i am using plot(yy) then its giving a graph :
which i want but i am unable to find the values(plotting table) in any properties of above object located in workspace.

답변 (1개)

Veera Kanmani
Veera Kanmani 2018년 4월 13일
what do you want? whether you want the properties of the plot or yy? can you please provide it clearly
  댓글 수: 1
Abhishek Maurya
Abhishek Maurya 2018년 4월 13일
Object is 'yy' here.
plot(yy) is shown above
I want the plotting table of the above signal from object 'yy' which is located in workspace.
But i can't find any such data in any properties of object yy.
I am new in Object oriented programming.
Thank you.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Two y-axis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by