질문


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

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 3년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

대략 3년 전 | 0

| 수락됨

답변 있음
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...

대략 3년 전 | 0

| 수락됨

답변 있음
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...

3년 초과 전 | 0

답변 있음
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...

3년 초과 전 | 0

| 수락됨

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

3년 초과 전 | 0

| 수락됨

답변 있음
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...

3년 초과 전 | 0