필터 지우기
필터 지우기

Functions and graphs in MatLab

조회 수: 1 (최근 30일)
Nuno Bouça
Nuno Bouça 2015년 3월 23일
댓글: Nuno Bouça 2015년 3월 23일
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.

답변 (1개)

John D'Errico
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.)
  댓글 수: 1
Nuno Bouça
Nuno Bouça 2015년 3월 23일
I'm not a programmer, I have many difficulties. I will continue to explore more solutions, also because I have little time for more than that.
Thank U!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by