How i can solve this exercise in matlab???To calculate the values of the function on the given segment In N points to equal intervals from each other. Point 7
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
0 Kommentare
Antworten (1)
Image Analyst
am 9 Sep. 2020
Try this:
x = linspace(-pi, pi, n);
y = exp(x) .* sin(x) + exp(-x) .* cos(x);
0 Kommentare
Siehe auch
Kategorien
Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!