How can you change variable-sized data to fixed-sized data?
1 view (last 30 days)
Show older comments
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 Comments
Scott MacKenzie
on 8 Jun 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.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!