Statistiques
RANG
211 085
of 300 863
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 21 100
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 413
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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
plus de 10 ans il y a | 2 réponses | 0
2
réponsesI 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
plus de 10 ans il y a | 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
plus de 10 ans il y a | 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
plus de 10 ans il y a | 0
Question
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...
plus de 10 ans il y a | 3 réponses | 0
