Sketch the graph using matlab
Ältere Kommentare anzeigen
Antworten (1)
Star Strider
am 17 Apr. 2023
0 Stimmen
Use element-wise operations to calculate ‘y’:
y = (x.^3-1)./(sqrt(x) - 3)
.
Kategorien
Mehr zu Graph and Network Algorithms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!