在线等高手~~保存循环变量问题。
이전 댓글 표시
命令如下:
clear;
E=[];
for L=0:0.1:2;
E=Tube_Transfer(L);%%调用函数Tube_Transfer
end
结果如下:
E =
0.2461
E =
0.1649
等等吧~~~~~~~~~~~~~目的:想保存这些E,可以直接在WORKSPACE中直接看到!!!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 工作区变量和 MAT 文件에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!