未定义与 'double' 类型的输入参数相对应的函数。
이전 댓글 표시
function T=danyuanzhu_3_7(miu)
N=100;
L=100;
b=double(1.12);
%miu=double(1.0925);
for Q=1:1:101
ka=10*(Q-1)/100;
…… ……
运行之后结果是:未定义与 'double' 类型的输入参数相对应的函数 'danyuanzhu_3_7',请问要怎么解决?

채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 搜索路径에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!