Risposto
Coding philosophy : Is using global goto like using a global variable?
The thing about global visibility is that this signal can be accessible anywhere in the entire model, from sub-system to sub-sys...

oltre 3 anni fa | 1

Risposto
Calling a function using ode45 in App Designer results in unrecognized function
Note that I had answered my own question.

oltre 3 anni fa | 0

Risposto
How make single block diagram with this given parameters?
Hi. If you are using a Transfer Fcn block and have the coefficients defined in your workspace, then enter the equations in the b...

oltre 3 anni fa | 1

| accettato

Risposto
Frequency domain to Time domain Using IFFT : Symmetric figure problem
Your function produced a vector of complex numbers called "A". The original sequence will be reproduced using ifft(A). But the f...

oltre 3 anni fa | 0

Risposto
Substitute s for jw in a transfer function
Matlab uses the reserved constant "i" which is set equal to sqrt(-1). Using your transfer function as defined try the following...

oltre 3 anni fa | 0

Risposto
Sample and hold block (Simulink) - initial value dominates at t = 0?
I don't have the DSP System Toolbox so have replaced the Sampe and Hold with a Triggered Subsystem which exhibited the same prob...

oltre 3 anni fa | 1

| accettato

Domanda


Plots are stuck on semi-log axis
I have created an app that plots on UIAxes either with a plot command or semilogx command depending on a switch value. But once ...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Calling a function using ode45 in App Designer results in unrecognized function
In a private method function in App Designer I am using an ode45 call that refers to another function defined within the same ap...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Risposto
pdepe problem (numerical vs analytical solution)
I don't think you were summing the terms of your series expansion correctly. The attached code carries out the expansion summati...

oltre 3 anni fa | 0

| accettato

Risposto
Assigning roots as variables to a function
The output of the roots function can be assigned to a workspace array variable and printed out as you wanted. See the simple exa...

oltre 3 anni fa | 0

| accettato

Risposto
I have two voltage sources and I would like to get equal V_out from both sources to allow for a parallel connection. Does anyone have a suggestion on how I can use the Average DC DC converter to achieve this?
Trying to place power supplies in parallel with each will cause great unhappiness. At best you might tie the outputs together th...

oltre 3 anni fa | 0

Risposto
Integrate a signal over the last x seconds
Using a combination of an integrator, transport delay and summer where you subtract the value of the integrator output from 30 s...

oltre 3 anni fa | 0

| accettato

Risposto
Fourier series of a sawtooth wave
You are multiplying by pi on the 2nd through 10th harmonics instead of dividing.

oltre 3 anni fa | 0

| accettato

Risposto
Solving probability problems with MATLAB
Here is my take using a for loop. I wouldn't mind seeing how it is done without using a for loop %% MonteCarloBadApples.m % Au...

oltre 3 anni fa | 0