simulink里定义的类实例不清楚如何debug
3 次查看(过去 30 天)
显示 更早的评论
matlab提供一个基于simulink的224G Serdes工程案例,工程中包含一个initialize fucntion(initialize fucntion的函数名为 impulseEqualization ), impulseEqualization里定义了很多类的实例,比如MBZInit = serdes.CTLE('WaveType', 'Impulse');
①这个MBZInit的实例我在哪里可以看到它的具体情况呢?像一般的 .m中定义的变量可以在 工作区查看;
②当程序断点停在 MBZInit = serdes.CTLE('WaveType', 'Impulse');
按 F11 无法进入实例函数内部;
我希望能够debug 调测,请问应该怎么解决呢



0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Design and Simulate SerDes Systems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!