dsolve function is not working
显示 更早的评论
Execution of script dsolve as a function is not supported:
/MATLAB Drive/dsolve.m
above error is thrown when dsolve is implemented
3 个评论
Dyuman Joshi
2023-9-21
Note - It is not a good idea to save files or variables with names of built-in or toolbox functions.
Walter Roberson
2023-9-21
You tagged this with dsp but it is not clear how Digital Signal Processing is related to this?
Torsten
2023-9-21
Could also stand for d solve problem.
回答(1 个)
Steven Lord
2023-9-21
0 个投票
You've written your own dsolve.m file that's taking precedence over the dsolve function that is part of Symbolic Math Toolbox. I recommend renaming or removing your file.
类别
在 帮助中心 和 File Exchange 中查找有关 Spectral Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!