Community Profile

photo

Mark Rzewnicki


Last seen: oltre 3 anni fa Attivo dal 2019

Statistiche

  • Thankful Level 2
  • Knowledgeable Level 2
  • Thankful Level 1
  • First Answer

Visualizza badge

Content Feed

Visto da

Domanda


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

circa 4 anni fa | 1 risposta | 0

1

risposta

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

circa 4 anni fa | 0

| accettato

Domanda


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

circa 4 anni fa | 0 risposte | 0

0

risposte

Risposto
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; % ...

circa 4 anni fa | 2

| accettato

Domanda


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

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Risposto
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: , , , ...

oltre 4 anni fa | 0

| accettato

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

oltre 4 anni fa | 0

| accettato

Domanda


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

oltre 4 anni fa | 1 risposta | 1

1

risposta