Borrar filtros
Borrar filtros

combine different data types as a single output and send to workspace

2 visualizaciones (últimos 30 días)
Eleni T
Eleni T el 12 de En. de 2023
Comentada: Dongyue el 18 de En. de 2023
Hello!
I use a bus creator to combine different data types (e.g double, string) in a single output. However, when i try to send this to workspace using the 'to workspace' block, it does not accept different data types. Do you have any other suggestions?
Thanks
  1 comentario
Dongyue
Dongyue el 18 de En. de 2023
My suggestion is using two ToWorkspace blocks instead of one. ToWorkspace will store data in array, and array can only store data with the same datatype. In MATLAB, items with different datatypes should be stored in cell, but this is not allowed for ToWorkspace block.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Event Functions en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by