How can you change variable-sized data to fixed-sized data?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am wishing to use multiple blocks and operation that do not support variable-sized data. The source of data is variable-sized and as such this propogates throughout the model. How do you change the data to be fixed? The size of the data remains the same throughout. The operations only change the value of the data for example through ffts, products, conjugates etc
2 commentaires
Scott MacKenzie
le 8 Juin 2021
There's not a lot to go on in your question. You might consider providing more details on the type of data (vectors, matrices, numeric, char, ...), how they are organized (cells, tables, ...), and the sort of operations required.
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!