How to have variable-sized output for Simulink MATLAB-function block?
Ältere Kommentare anzeigen
I have a MATLAB function-block in Simulink and I would like to have the output port of the block dynamically sized based on an input parameter. Eg:
function[y] = MATLABblock(u, s)
y = someCalc(u,s) %%Returns array of size s %%
Is this possible?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Model Verification finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!