basic questions how to find x
1 次查看(过去 30 天)
显示 更早的评论
hello
if i have a function y=f(x) and x is given. What function do I use to calculte the corresponding y?
- symbolical - numerical
example: y=5x+2 and x=2 question give y? thanks
0 个评论
采纳的回答
更多回答(1 个)
Amir Ghasemiyan
2013-6-24
and this is another way:
function y=y(x)
y=5*x+2;
and in command window:
y(2)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!