cell配列をスカラー配列に直すにはどうすればいいですか?
Show older comments

1×10 cellの中に要素数の異なるデータが格納されています。これら10個の要素の行平均を算出したいと思っています。
そのため
linspace(leulerX{1}, leulerX{2})
を使用したところ、「入力はスカラーでなければなりません」というエラーが表示されました。
cell配列をスカラーに変換する方法はありますか?
2 Comments
Dyuman Joshi
on 1 Apr 2024
Moved: Dyuman Joshi
on 5 Apr 2024
Kohei Yoshino
on 2 Apr 2024
Moved: Dyuman Joshi
on 5 Apr 2024
Accepted Answer
More Answers (0)
Categories
Find more on 行列および配列 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!