Mohammed kandeel
Followers: 0 Following: 0
Statistica
RANK
26.441
of 295.177
REPUTAZIONE
1
CONTRIBUTI
14 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
14.29%
VOTI RICEVUTI
0
RANK
of 153.314
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
Feeds
Interview qustion matlab function
Hello Guillaume, I just want to ask how many years of experience you take to get this solution? i just used matlab less th...
oltre 6 anni fa | 0
Domanda
Interview qustion matlab function
I asked to implement function it's input is a vector and plot it with time. ex: lets suppose the input vector is [ 0 1 2 3 3 ...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Observer design error when the desire poles are equals ?
I try to design full order observer with the following G = [0 20.6; 1 0]; C = [0 1]; obsv_poles = [-10; -10]; ke =...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
System conversion state space, transfer fucntion ?
Hello all, Hope have great weekend, let's say i have transfer function at z-domain and i need to get the controllable can...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
Replace the symbolic with values ?
Hello All i have program with the following syms O1 L1; T1 = [cos(O1),0,sin(O1),0;sin(O1),0,-cos(O1),0;0,1,0,L1;0,0,0,1];...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
Replace the symbol with value ?
Hello All i have program with the following syms O1 L1; T1 = [cos(O1),0,sin(O1),0;sin(O1),0,-cos(O1),0;0,1,0,L1;0,0,0,1];...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to find the peaks of the importing data ?
I have imported two column to work space the first is Acc it's the acceleration and the second is Time Time start from 0.00...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to convert symbolic matrix to numeric matrix ?
Let's say i have the following matrix a=[a1*b1, a2-a2, b2*b2; a1+a1, b2-b2, a2*a2] if you can see that the the first row secon...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
What is the best book to understand State flow ?
I want to understand State flow so i need book's recommendation. thanks
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
How to get transfer function from any simulink model ?
let's say i build a model at Simulink then i want to get the Transfer Function of that model. then i will put i step response...
oltre 6 anni fa | 3 risposte | 0
3
risposteDomanda
what is canon() function does ?
If i have system like that R=100; L=1; C=1; A=[0,1/C;-1/L,-R/L]; B=[0;1/L]; C=[1,0]; D=0; sys=ss(A,B,C,D); if i make ...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
Searching data inside struct fields ?
I have struct and i need i need to search inside it how can i make this ? let's say i have struct contains fields ID, name and ...
quasi 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Try to make function to check the integer input from user it's work but can't check the space ?
Hello it's me again. I make function to check the integer input from user but i can't check if the entered value is space. ...
quasi 7 anni fa | 0 risposte | 0
0
risposteDomanda
How to go to specific line on Matlab based on condition?
Let's say I'm here at line 300 and i want to go to line 3 on my function code then return to my line again. is that possible ...
quasi 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How to check the input from user is "positive integer Number" ?
I will receive input form user and i need to make sure the entered data is a number ( integer Only ) If the user enter string...
quasi 7 anni fa | 2 risposte | 0