Statistica
3 Domande
0 Risposte
RANK
109.358
of 299.891
REPUTAZIONE
0
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 166.464
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to compute the area and the distance?
I can solve for AB and AC, but I don't know how to get the area and distance by using AB and AC.
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
What's wrong in the code? I cant generate the same graph as the question required.
function y = f(x) x = -5:5; y = sin(x.^2).*exp(cos(x)); plot(x,y) end
quasi 4 anni fa | 2 risposte | 0
2
risposteDomanda
Where is the mistake of the ^? i can plot the graph without the ^ but it say i have mistake after adding the ^ or .^
x_array = -5:5; y_array1 = sin(x_array.^2).*exp^(cos(x_array)); plot(x_array, y_array1)
quasi 4 anni fa | 1 risposta | 0