"TS.Global" I got this as a part of a matlab code. Can anyone help to understand what does mean? I have seen this dot operator as a part of structure; is this mean the same?
이전 댓글 표시
If any documentation regarding this; kindly share.....
댓글 수: 2
Walter Roberson
2022년 8월 17일
What shows up for
class(TS)
BIPIN SAMUEL
2022년 8월 18일
편집: BIPIN SAMUEL
2022년 8월 18일
채택된 답변
추가 답변 (1개)
Image Analyst
2022년 8월 18일
TS is probably either a class or a structure. Global could be a field of the TS structure. Or if TS is a static class, Global could be a method of the static class. Or if TS is an instance of some class (with a different name) then Global could be a method or the class or a property of the class.
But why didn't you answer Walter's question when he asked you to put this in your code and tell us what it says:
class(TS)
커뮤니티
더 많은 답변 보기: Power Electronics Community
카테고리
도움말 센터 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!