photo

Mary Jeppson


Attivo dal 2016

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

7 Domande
0 Risposte

Cody

0 Problemi
4 Soluzioni

RANK
38.082
of 301.529

REPUTAZIONE
1

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
71.43%

VOTI RICEVUTI
1

RANK
 of 21.315

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
66.550
of 175.175

CONTRIBUTI
0 Problemi
4 Soluzioni

PUNTEGGIO
50

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


While loop to calculate sine
I have written this code that settles on an incorrect value and I can't see what's wrong. Can anyone show me? x = pi/4; ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Nested loops to estimate cos(pi/4)
I have written this code that is giving me an error: true = cos(pi/4); n = 2; es = .5^(2-n); x = pi/4; ea = 1; est = ...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Convert base 2 to base 10 using loop
I've written this loop, but it produces a value of 128 for every number in the mult array instead of going from 128 to 64 to 32 ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


maclaurin series code problem
I keep getting "index exceeds matrix dimensions" but i don't see a problem. Can anyone see why this isn't working? n = 4; ...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


matlab code for Euler's method
I have written this code for my class, but keep getting 'index exceeds matrix dimensions' can anyone tell me what's wrong with i...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Problem with Fibonacci For loop
Here is my code: f(1) = input('What is the first number of the sequence?') f(2) = input('What is the second number?') ...

quasi 10 anni fa | 0 risposte | 1

0

risposte

Domanda


Problem adding components of a vector using a while loop
Can anyone tell me what's wrong with this code? x = [1 23 43 72 87 56 98 33]; b = 0; k = 1; while k<=length(x) ...

quasi 10 anni fa | 2 risposte | 0

2

risposte