Functions and graphs in MatLab
1 次查看(过去 30 天)
显示 更早的评论
Is possible to design functions in Matlab? How? And several functions on the same graph?
After making a graph "curve fitting" you can draw curves there? And pick up a model (function) already created and make that model curve a percentage increase or decrease? (e.g. 10%)
Thanks in advance for the help! Best Regards.
0 个评论
回答(1 个)
John D'Errico
2015-3-23
Is it "possible"? Yes. But you would need to write the code. Would it be difficult? Not so much so. But you have some pretty non-specific specs there, and they would surely change as you thought of other things to add.
The point is that MATLAB is not a free form drawing tool, letting you draw whatever you want, and then getting the result as some function. It COULD be. But that would take code to do so.
MATLAB is a computational environment, not a function drawing and creating tool. It can do pretty much anything you want. But everyone is different, we all need to do different things. So nobody (that I know of) has written exactly the tools you want to see. You certainly could. Well, I know that I could. In fact, I've done at least part of this in the past, writing a gui interface for the precursor to my SLM toolbox. (Yes, that was a very nifty tool.)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!