Save a variable that will have a different sized data

6 visualizaciones (últimos 30 días)
pacharya
pacharya el 10 de Jun. de 2019
Respondida: Walter Roberson el 11 de Jun. de 2019
Hello Everyone,
I am trying to save data (in a row/column) in a single variable? For example, I have five variables, a, b, c, d, e and each has a different size (length). I want to save their data on a single variable, say All_variable such that the All_variable should be 1x5 cell in which each cell should have the data (of different size) of the five previously mentioned variables.
Thank you!

Respuesta aceptada

Walter Roberson
Walter Roberson el 11 de Jun. de 2019
All_variable = {a, b, c, d, e};

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by