I’ve just finished my hand-written solving but i’m not good at matlab so i need you to solve the problem by using matlab. Thank u so much🥰
Sketch the graph using matlab
1 次查看(过去 30 天)
显示 更早的评论
Using Matlab to sketch the graph of y= (x^3-1)/(√x - 3).
回答(1 个)
Star Strider
2023-4-17
Use element-wise operations to calculate ‘y’:
y = (x.^3-1)./(sqrt(x) - 3)
.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graph and Network Algorithms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!