Live Editor fails displaying myObject
1 回表示 (過去 30 日間)
古いコメントを表示
I have a handle class myClass which overloads disp, size, isempty and subsref.
An object myObject=myClass won't display in Live Editor.
I am getting the following error:
Warning: Error occured while executing the listener callback for event FLUSH_OUTPUTS defined for class matlab.internal.editor.OutputsManager: Conversion to logical from myClass is not possible.
I would note the myObject does display just fine in the Matlab console. It also displays well in Live Editor of older Matlab versions (2019). The error only occurs in Live Editor of 2020a/b.
any thoughts?
2 件のコメント
K.
2021 年 4 月 23 日
If you're still having the problem, can you attach a trimmed-down version of your class so that we can try to reproduce this? Thanks
回答 (1 件)
krishan Gopal
2021 年 12 月 8 日
Sir, can you tell me how you resolve the issue
3 件のコメント
krishan Gopal
2021 年 12 月 9 日
Sir thankyou for your answer. But i'm beginner still & not ble to identify how to excute this command. if possible can you please suggest me , how to do it
参考
カテゴリ
Help Center および File Exchange で Software Development Tools についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!