今天用Matlab运行如下函数时,报错了
>> syms x;
>> f=x^5-1;
具体错误如下:
error_msg : maple: directory does not exist
------------------------------------------------------------------------
Segmentation violation detected at Wed Mar 31 19:44:00 2021
------------------------------------------------------------------------
Configuration:
MATLAB Version: 6.5.0.180913a (R13)
Operating System: Microsoft Windows XP
Window System: Version 6.2 (Build 9200)
Processor ID: x86 Family 6 Model 14 Stepping 12, GenuineIntel
Virtual Machine: Java 1.3.1_01 with Sun Microsystems Inc. Java HotSpot(TM) Client VM
(mixed mode)
Can't dump stack
This error was detected while a MEX-file was running. If the MEX-file
is not an official MathWorks function, please examine its source code
for errors. Please consult the External Interfaces Guide for information
on debugging MEX-files.
If it is an official Mat