未定义与 'double' 类型的输入参数相对应的函数。

64 ビュー (過去 30 日間)
geswrum
geswrum 2023 年 5 月 25 日
回答済み: qerbmce 2023 年 5 月 25 日
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',请问要怎么解决?

採用された回答

qerbmce
qerbmce 2023 年 5 月 25 日
当前路径没有设置为这个函数所在的目录。
你可以打开这个函数,点击run按钮,如果不在这个目录它会提示你转到这个函数所在的目录的

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange搜索路径 についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!