photo

steve guy


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

8 Domande
0 Risposte

RANK
7.770
of 300.364

REPUTAZIONE
6

CONTRIBUTI
8 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
87.5%

VOTI RICEVUTI
6

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

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 3

Visualizza badge

Feeds

Visto da

Domanda


Will I even use Matlab in my engineering career?
I am a mechanical engineering student and the spring semester is drawing to an end. I'm taking a computational methods class wit...

oltre 12 anni fa | 9 risposte | 6

9

risposte

Domanda


does an "if does not contain operator" exist
I am trying to write a function where the input must be entered in radians. My idea was to make the function return if the input...

oltre 12 anni fa | 4 risposte | 0

4

risposte

Domanda


creating vectors with for loops
I am trying to create the following vectors using for loops a=[1:7:91] c=a(2:3:9) Do I look to be on the right track? ...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


for loop with factorial as an increment
When you increment a for loop by factorial(n) is matlab updating n within the factorial or is it simply calculating the factoria...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Trying to write a script that solves a series
The series goes 1-1/3!+1/5!-1/7!+.....20 terms This is my first guess on how to solve it. Don't have software available to me...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Trying to write a series: 2n+1
I'm trying to write a 2n+1 series that starts at the number 2 and goes for 30 terms. How can I do this?

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


using fprintf within a function
The function goes like this. How do I enter an fprintf statement so that the output looks like this: >>num2let(83) >>The c...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


need help Writing a function that returns roots of a quadratic
This is my plan on how to write it (don't have software at my disposal currently). I am learning matlab so understand there may ...

oltre 12 anni fa | 3 risposte | 0

3

risposte