疑惑:MATLAB 命令B(i)含义以及相关程序、
조회 수: 6 (최근 30일)
이전 댓글 표시
채택된 답변
buvydens
2023년 5월 23일
B 如果是行或列向量,B(i)就是B中第i个元素,如果B是2维,B(i)就是先遍历列向量的第i个,B(i, j)遍历2维都是第一个参数是行,第二个是列,B(i, j,k)遍历3维都是第一个参数是行,第二个是列,第三个是面,
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!