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!