Drawing a function graph?
显示 更早的评论
采纳的回答
madhan ravi
2018-11-23
编辑:madhan ravi
2018-11-23
Use syms x and use fplot() to plot the function
8 个评论
Hi, im getting error when i write the function.
what is the correct way for matlab to understand it ?
madhan ravi
2018-11-23
编辑:madhan ravi
2018-11-23
Read the link in the answer I posted and upload the code that you are trying
like this ?
>> syms f(x)
>> f(x)= x^3-x^2+2*x-4;
>> fplot(f)
perfect!
Using the graph, i need to find the solutions for the equation in three decimal places.
but im only getting one line?
madhan ravi
2018-11-23
编辑:madhan ravi
2018-11-23
syms f(x) y
f(x)= x^3-x^2+2*x-4;
fplot(f)
hold on
fplot(subs(y,0))
sol=vpasolve(f) %you can see two imaginary roots
solutions = roots(sym2poly(f))
thank you very much.
Anytime :)
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Calculus 的更多信息
标签
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
- América Latina (Español)
- Canada (English)
- United States (English)
欧洲
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
