conversion double to array
Ältere Kommentare anzeigen
i have data in double format and i want that data in array format
inder 34*1 double
it should be in this format
inder {...................}
3 Kommentare
Geoff Hayes
am 27 Mai 2021
Muhammad - isn't inder already an array with dimension 34x1? Or do you want to convert it to a cell array? Please add an example of what you are attempting to do.
Muhammad
am 27 Mai 2021
the cyclist
am 27 Mai 2021
@Muhammad SULAMAN, it may seem to you that it is clear what you want, but it is not.
data {}
isn't meaningful MATLAB syntax in any way.
I'll reiterate @Geoff Hayes's suggestion that you give a small example -- using valid MATLAB syntax -- of what the input you have, and the output you want. (The input seems clear to me, but not the output.)
Also, see my solution. Is that what you want? If not, explain why.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!