photo

Kai Wing YU


Last seen: quasi 4 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB Answers

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 20.831

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
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

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

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

risposta

Domanda


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

risposte

Domanda


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

1

risposta