Community Profile

photo

MEET SHAH


Last seen: quasi 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistiche

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Risposto
Evaluate the expression 𝑦 = 4𝑥3 + 6𝑥2 + 𝑥 + 1 using MATLAB for 𝑥 = 2.
Code: x = 2; y = 4*x^3 + 6*x^2 + x + 1; Output: x = 2 y = 59

circa 2 anni fa | 0

| accettato

Domanda


Sorting the vector y wrt the vector x?
I have two vectors x and y x = 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.66 y = 0.051998 0.084698 0.117398 0....

circa 2 anni fa | 2 risposte | 0

2

risposte