How to create a function to plot cells in cell array?
이전 댓글 표시
I've a cell arrays
.

.
How do i build a function to plot all the cells in g as y axis? This is my intention:
plot(x, g{1,1})
hold on
plot(x, g{1,3})
hold on
.
.
.
plot(x,g{1,n})
답변 (1개)
Azzi Abdelmalek
2014년 11월 3일
0 개 추천
You can use a for loop
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!