How to workaround with limitation that dpigen does not support variable sized data for Input/Output?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
When using dpigen I have encountered the issue that "Variable Sized data for Input/Ouput are not supported" error. To demostrate I used the example code below:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/600650/image.png)
And this is the output:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/600655/image.png)
If I change line:4 to "out = filt_out(1:1:end)" the dpigen works as per normal.
Question here is we know dpigen does not support variable Input/Output, is there a good way to workaround it?
E.g. if val = 2, which means we want to select alternative index from array as final output.
3 commentaires
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!