Mark Rzewnicki
Followers: 0 Following: 0
Feeds
질문
Getting a j x k Matrix from j and k-dimensional Vectors Without a For Loop?
Suppose I have two column vectors: = x 1 vector = x 1 vector And I want to create a x matrix, : = x mat...
4년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Particle animation inside a rectangle
What do you have so far? I wouldn't worry about the animation at this point; there are a bunch of ways to make that happen once...
Particle animation inside a rectangle
What do you have so far? I wouldn't worry about the animation at this point; there are a bunch of ways to make that happen once...
4년 초과 전 | 0
| 수락됨
질문
Efficiently Averaging Large Sets: Store now, Average later vs. Update now
I am wondering if it is more efficient to store large amounts of data and average later or to update the average as data is gene...
4년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
Law of motion through numerical aproximation
Here's a basic integration of the system, along with plots: % mass, initial time, final time m = 0.12; t0 = 0; tf = 3; % ...
Law of motion through numerical aproximation
Here's a basic integration of the system, along with plots: % mass, initial time, final time m = 0.12; t0 = 0; tf = 3; % ...
거의 5년 전 | 2
| 수락됨
질문
Element-Wise Vector Division
I would like to define a new vector based on element-wise scalar division with respect to an existing vector. With scalar multi...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
Inverse Laplace transform - there has to be a better way?
I have a transfer function and I am applying a step input . My ultimate goal is to find the time response . Solving by han...
대략 5년 전 | 답변 수: 1 | 0
1
답변답변 있음
How to code second order differential equation with input variable t?
Looks like we have a 2nd-order differential equation of function . To clean the problem up, let's define some constants: , , , ...
How to code second order differential equation with input variable t?
Looks like we have a 2nd-order differential equation of function . To clean the problem up, let's define some constants: , , , ...
대략 5년 전 | 0
| 수락됨
답변 있음
find values from array
Here's a "quick and dirty" approach. TT = [ 1 0 1 0 5 59 59 299 59 5 952 69 6 5 8 289 2 8 52 5 1 7 7 5 2 8 2 1 1 2 6 9 7 5 2 10...
find values from array
Here's a "quick and dirty" approach. TT = [ 1 0 1 0 5 59 59 299 59 5 952 69 6 5 8 289 2 8 52 5 1 7 7 5 2 8 2 1 1 2 6 9 7 5 2 10...
대략 5년 전 | 0
| 수락됨
질문
How to work with transfer functions that are challenging to reduce to standard form?
I am trying to model a DC motor driving a load in Simulink by implementing a transfer function block. I model the system as fol...
대략 5년 전 | 답변 수: 1 | 1