首页 > 软件 > 免安装版matlap无法运行

免安装版matlap无法运行

软件 2023-02-06

matlab程序为什么运行不起来?

matlab程序为什么运行不起来?

其原因是没有自定义被积函数。即应为

func=@(x)exp(-x.^2).*log(x).^2;

完整的代码:

>> func=@(x) exp(-x.^2).*log(x).^2;

>> y=integral(func,0,Inf)

MATLAB无法正常启动

matlab无法正常启动,常出现以下几种问题: 1、运行MATLAB时出现Runtime Error,症状如下: runtime error program:E:\MATLAB7\bin\win32\MATLAB.exe this application has requested the runtime to terminate it in an unusual way. please contact the application's support team for more information 另一个对话框里边还有一串JAVA程序。 解决方法: 把电脑主题改成了WindowXP经典

matlab无法运行,怎么办?

解决办法: 先确认安装好后(假如安装在D盘) 在此路径下D:\MATLAB7\bin\win32有一个叫做atlas_Athlon.dll的文件. 然后在我的电脑上右击点"属性",再在"高级"中点"环境变量",在"系统变量"中点击"新建",输入以下信息: 变量名:BLAS_VERSION 变量址: "D:\MATLAB7\bin\win32\atlas_Athlon.dll"

标签:matlab 信息技术 操作系统 电脑网络

大明白知识网 Copyright © 2020-2022 www.wangpan131.com. Some Rights Reserved. 京ICP备11019930号-18