photo

Katherine May


Last seen: 1 month ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Throwing errors using NET listeners implemented in a class
I found a fix for the errordlg OK button - I needed to add waitfor(): f = errordlg(errtxt, 'CAN Rx Msg Error'); waitfor(f); ...

2 years ago | 0

| accepted

Answered
Matlab AppDesigner - determine Label size automatically by FontSize
If you're using Matlab R2020b+, AppDesigner has automatic text wrapping which works very well. You can set it as a property of t...

2 years ago | 0

Question


Throwing errors using NET listeners implemented in a class
I'm implementing a .NET listener to run Matlab callbacks on a .NET application whenever certain buttons are clicked. This is don...

2 years ago | 1 answer | 0

1

answer

Answered
Simulink Mask Port Visibility
If you're running a custom S-function using a MEXed C-file, you can add the checkbox value to the S-function parameters to send ...

2 years ago | 0