Info
This question is closed. Reopen it to edit or answer.
how can i rearrange the format of my array
2 views (last 30 days)
Show older comments
i have a double class array
my array looks like this
HlossN =
459.3027 459.3036 459.3045 459.3053 459.3061 459.3076 459.3090 459.3103 459.3115
HlossN =
459.0832 459.0841 459.0850 459.0859 459.0867 459.0882 459.0895 459.0908 459.0920
HlossN =
458.8638 458.8647 458.8656 458.8664 458.8672 458.8687 458.8701 458.8714 458.8726
i want it to look like this
HlossN =
459.3027 459.3036 459.3045 459.3053 459.3061 459.3076 459.3090 459.3103 459.3115
459.0832 459.0841 459.0850 459.0859 459.0867 459.0882 459.0895 459.0908 459.0920
458.8638 458.8647 458.8656 458.8664 458.8672 458.8687 458.8701 458.8714 458.8726
3 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!