Statistik
RANG
3.900
of 301.741
REPUTATION
14
BEITRÄGE
0 Fragen
6 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
1
RANG
of 21.403
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
How can I plot a root locus for an open loop system?
To find the root locus of G=1/(10s+5), use the following code: s=tf('s'); G=tf(1/(10*s+5)); rlocus(G) This should be eno...
mehr als 11 Jahre vor | 0
| akzeptiert
please I wrote this code to solve an equation of linear systems using LU factorization but it keeps giving me zeros as the value of x. please can someone help? thanks in advance
It seems that you initialize y as a vector of zeros (y = zeros (n,1);) and then use y to solve for b(n) and b(j) without updatin...
fast 12 Jahre vor | 0
Can you create a plot with contourf without the contour lines?
Use the shading flat command. Example use: Z = peaks(20); contourf(Z,10); shading flat
mehr als 12 Jahre vor | 0
please please ...... i need help in this programme is there an error
What is the problem? I was able to run your code when I uncommented the variables k, v, etc. Remember that anything after a % wi...
mehr als 12 Jahre vor | 0
| akzeptiert
how to silence display of variables?
Use ; to suppress output. So, Y(i)=0*X(i)+0; instead of Y(i)=0*X(i)+0,
mehr als 12 Jahre vor | 1
| akzeptiert
error in my code
As far as I can tell, there is no symbolic greater than comparison. Replace dg(i) with subs(dg(i)) to allow the comparison to oc...
mehr als 12 Jahre vor | 0


