Feeds
문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
거의 10년 전
답변 있음
How to extract only first few values of step function and perform arithmetic operations on those values?
From what I understand of your question, you need only the first 10 columns of yr. If this is so, then I would run my loop onl...
How to extract only first few values of step function and perform arithmetic operations on those values?
From what I understand of your question, you need only the first 10 columns of yr. If this is so, then I would run my loop onl...
거의 10년 전 | 0
답변 있음
syntax error in simulink fcn block
The error is that the letter s in sin is capital. make it 'sin' not 'Sin'.
syntax error in simulink fcn block
The error is that the letter s in sin is capital. make it 'sin' not 'Sin'.
거의 10년 전 | 1
| 수락됨
답변 있음
How to apply operations (add/subtract) to only a certain row range between 2 matrics?
To add the rows of the matrices, use A(i,:)+B(j,:) where i and j represent your row number. Happy Coding. Sarah
How to apply operations (add/subtract) to only a certain row range between 2 matrics?
To add the rows of the matrices, use A(i,:)+B(j,:) where i and j represent your row number. Happy Coding. Sarah
거의 10년 전 | 0
질문
How can i take double integral of a second derivative?
I am working on a problem in which I am taking the equations of motion of a quadcopter and applying PD control on them. As the r...
거의 10년 전 | 답변 수: 0 | 0