photo

Isaac


TAMU

Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

3 Domande
3 Risposte

RANK
157.168
of 300.381

REPUTAZIONE
0

CONTRIBUTI
3 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

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 1

Visualizza badge

Feeds

Visto da

Domanda


Please, I would appreciate any assistance on debugging the attached code.
The first section of the code is okay, but I am having it difficult solving for uu and ud in the attached code. I want to contin...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


I will appreciate any suggestion on this simple code. I want to substitute the elements of x >5 with 6 and x<5 with zero.
for j=1:1:8 x=[1 2 3 4 5 6 7 8]; if x(j)>5 x(j)=subs(x(j),x(j),6); else x(j)=subs(x(j),x(j),0); end end

circa 10 anni fa | 2 risposte | 0

2

risposte

Risposto
I will appreciate any suggestion on how I could have a solution to this.
Thanks Walter...yes, the solutions are all imaginary with the current inputs

circa 10 anni fa | 0

Risposto
I will appreciate any suggestion on how I could have a solution to this.
Sorry SXY = 125*[1 2 3]; C0 = 100*[1 2 3]; Thanks

circa 10 anni fa | 0

Risposto
I will appreciate any suggestion on how I could have a solution to this.
Sorry SXY = 125*[1 2 3]; C0 = 100*[1 2 3]; Thanks

circa 10 anni fa | 0

Domanda


I will appreciate any suggestion on how I could have a solution to this.
SX=1000*[1 2 3]; SY=2000*[1.5 2 3]; SXY = 1258[1 2 3]; a = [0.3 0.6 0.9]; syms rb for j=1:1:3 if pwmid(j)<=pwc(j...

circa 10 anni fa | 3 risposte | 0

3

risposte