Sketch the graph using matlab
Mostra commenti meno recenti
Risposte (1)
Star Strider
il 17 Apr 2023
0 voti
Use element-wise operations to calculate ‘y’:
y = (x.^3-1)./(sqrt(x) - 3)
.
Categorie
Scopri di più su Graph and Network Algorithms in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!