Sketch the graph using matlab
古いコメントを表示
Using Matlab to sketch the graph of y= (x^3-1)/(√x - 3).
回答 (1 件)
Star Strider
2023 年 4 月 17 日
0 投票
Use element-wise operations to calculate ‘y’:
y = (x.^3-1)./(sqrt(x) - 3)
.
カテゴリ
ヘルプ センター および 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!