Info

此问题已关闭。 请重新打开它进行编辑或回答。

Appending entire Rows in a struct

1 次查看(过去 30 天)
Saar Peles
Saar Peles 2020-4-15
关闭: MATLAB Answer Bot 2021-8-20
Hi, I am trying to append an row (of variable size) of a an array inside of a struct. The first line would convert the numerical array into a string array.
The rows in the array vary from 1 to 7 and I want them to display side by side like this so that they can easily be transfered to an excel spreadsheet where all the values would be in one cell
A.k = [1, 2, 3];
A.k = string(A.k);
[1, 2 , 3] -> [ '1, 2, 3']
Biggest issue is knowing how many columns there are and in the case that there's only 1 column that it still works.
  6 个评论
Geoff Hayes
Geoff Hayes 2020-4-15
You may need to provide a more complex example.
Walter Roberson
Walter Roberson 2020-4-15
Maybe you have a non-scalar struct??
I do not seem to be catching what you are asking...

回答(0 个)

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by