Sketch the graph using matlab
Afficher commentaires plus anciens
Réponses (1)
Star Strider
le 17 Avr 2023
0 votes
Use element-wise operations to calculate ‘y’:
y = (x.^3-1)./(sqrt(x) - 3)
.
Catégories
En savoir plus sur Graph and Network Algorithms dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!