how to access elements of a vector inside a cell array
古いコメントを表示
I need to access with a for loop all the elements of SimulatedPoints but I struggle with finding the notation. This is what I did but it returns the entire vector of the cell.
for j=1:length(SimulatedPoints.Codes{idxRow,:})
end

1 件のコメント
"how to access elements of a vector inside a cell array"
What cell array?
Your screenshot shows a 2785x3 table containing strings and numeric values. I do not see any cell array.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!