Statistik
RANG
202.634
of 300.364
REPUTATION
0
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.934
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.407
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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
etwa 10 Jahre vor | 2 Antworten | 0
2
AntwortenI 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
etwa 10 Jahre vor | 0
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
etwa 10 Jahre vor | 0
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
etwa 10 Jahre vor | 0
Frage
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...
etwa 10 Jahre vor | 3 Antworten | 0
