Community Profile

photo

Mohammed kandeel


2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

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...

6年弱 前 | 0

質問


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 ...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


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 =...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


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...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


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];...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


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];...

6年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

約6年 前 | 1 件の回答 | 0

1

回答

質問


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...

約6年 前 | 1 件の回答 | 0

1

回答

質問


What is the best book to understand State flow ?
I want to understand State flow so i need book's recommendation. thanks

約6年 前 | 1 件の回答 | 0

1

回答

質問


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...

約6年 前 | 3 件の回答 | 0

3

回答

質問


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 ...

約6年 前 | 0 件の回答 | 0

0

回答

質問


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 ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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. ...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


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 ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

6年以上 前 | 2 件の回答 | 0

2

回答