在matlab中运行下列.m文件后出错,请高手指导一下,谢谢
factorial.mfunctionfact=factorial(u)%%factorialfunctionusedtodemonstratetheuseof%func...
factorial.m
function fact=factorial(u)
%
% factorial function used to demonstrate the use of
% function m-file in MATLAB
%
fact = 1;
if u>0
for i=1:u
fact=fact*i;
end
end
运行后出错提示“??? Error: File: E:\MATLAB7\work\mydemo.m Line: 2 Column: 1
Function definitions are not permitted at the prompt or in scripts.” 展开
function fact=factorial(u)
%
% factorial function used to demonstrate the use of
% function m-file in MATLAB
%
fact = 1;
if u>0
for i=1:u
fact=fact*i;
end
end
运行后出错提示“??? Error: File: E:\MATLAB7\work\mydemo.m Line: 2 Column: 1
Function definitions are not permitted at the prompt or in scripts.” 展开
浙江启扬智能科技有限公司
2023-06-12 广告
2023-06-12 广告
在嵌入式开发中,建立交叉开发环境可以提高开发效率和代码质量。以下是建立交叉开发环境的一些原因:1. 硬件资源限制:嵌入式系统的硬件资源,如处理器主频、内存容量等,相对于PC机来说较为有限。利用PC机进行开发可以利用更快的硬件设备,提高开发效...
点击进入详情页
本回答由浙江启扬智能科技有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询