photo

Paul


Last seen: 1 jour il y a Actif depuis 2011

Followers: 9   Following: 0

Statistiques

All
MATLAB Answers

136 Questions
1 764 Réponses

Cody

0 Problèmes
11 Solutions

Discussions

7 Points forts

RANG
43
of 301 344

RÉPUTATION
4 684

CONTRIBUTIONS
136 Questions
1 764 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
634

RANG
 of 21 238

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
37 508
of 174 044

CONTRIBUTIONS
0 Problèmes
11 Solutions

SCORE
120

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
7 Points forts

NOMBRE MOYEN DE LIKES
1

  • Thankful Level 5
  • 36 Month Streak
  • Guiding Light
  • Knowledgeable Level 5
  • Revival Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
Trying to filter timeseries data by logical index on time within matlab function block but it tells me property Time not recognized as valid
Hi Matthew, The output signal of the From File block is not a time series, it's probably a double. The output from the Constan...

1 jour il y a | 0

Réponse apportée
Does [V,D] = eig(A) always return normalized eigenvectors for any real matrix A?
Whether or not the columns of V are normalized to unit magnitude depends on how eig is called. See eig - Eigenvalues and eigenv...

5 jours il y a | 1

Réponse apportée
Rate Limiter in enabled subsystem
I tried a Rate Limiter block inside an Enabled Subsystem and the simulation ran to completion in both Normal and Accelerator mod...

6 jours il y a | 1

Question


What is the Best Way to Call Matlab from a C++ Program and Return Results to that Program?
What is the best way to call Matlab from a C++ program and return results to that program? So far, I can see two options: 1. U...

7 jours il y a | 1 réponse | 0

0

réponse

Réponse apportée
How to make a matlab script that runs simulink model to run parallel instances of the model
Hi alberto, The third input to setVariable should be the actual value of the variable. simIn(idx) = simIn(idx).setVariable('Se...

12 jours il y a | 0

| A accepté

Réponse apportée
How to Configure Simscape Multibody Block Parameters Using MATLAB
Hi Justina, It does appear that the Simscape Multibody documentation is sparse to non-existent on programmatic use of block par...

13 jours il y a | 1

| A accepté

Réponse apportée
Robust Control: dksyn example
I believe the issue here is that: the plant is unstable, the construction of P2 duplicates all of the states in the generalize...

13 jours il y a | 0

Réponse apportée
A quarter car model with additional massless degree of freedom for the top mount
Hi @Simon Aldworth Seems like the equation for the massless element would be: m5*x5ddot = kp * (x1 - x5) + cs * (x2dot - x5dot...

16 jours il y a | 0

Réponse apportée
How can I store data from my simulink model in and and use it during runtime.
Does the trigger event enable the execution of an enbabled subsystem? Is the data to be captured from a signal inside that enabl...

17 jours il y a | 0

Réponse apportée
simulink reference block or library block
Hi stephane, Component-Based Modeling Guidelines - MATLAB & Simulink is a good place to start, followed by the links at the bot...

18 jours il y a | 0

Réponse apportée
searchin for an M file in all folders of my PC.
The dir command can recursively search. I think for this question it would be d = dir("C:\**\filetofind.m")

21 jours il y a | 1

Réponse apportée
Repeated uncertanity Blocks in robust control
Hi Amit, As far as I can see, mussv does not support repeated, full, complex blocks. Out of curiosity, in what sort of problem...

25 jours il y a | 0

Réponse apportée
Why Does ifourier Not Return Equivalent Results for Equivalent Transforms?
Tech Support confirmed a bug (and it's quite pernicious IMO). Their suggested workaround for this particular problem is to simp...

26 jours il y a | 1

Question


Why Does ifourier Not Return Equivalent Results for Equivalent Transforms?
Consider two expressions of a Fourier transform syms t omega real HU(omega) = -(exp(-omega*1i)*(exp(omega*1i) - 1)*(omega + 1i...

27 jours il y a | 1 réponse | 0

1

réponse

Réponse apportée
Any way to remove terms smaller than "digits" from symbolic expression? R2023a
"Uh, it's always the term that's on the order of the smallest number representable by digits." Giving the benefit of the doubt ...

environ un mois il y a | 1

Réponse apportée
Accessing Simulink model inputs and outputs when stepping model via MATLAB set_param(mdl, 'SimulationCommand', 'step') command
Hi Sebastian, Check out the doc page for using a simulation object. It make it easier to do what you want.

environ un mois il y a | 1

Question


Why Doesn't pwelch with the 'centered' Option Follow the Same Convention as fftshift for Even nfft?
When the fft length is even, fftshift flips the input so that the Nyquist point is to the left. But pwelch with freqrange = 'cen...

environ un mois il y a | 1 réponse | 0

0

réponse

Question


Should Unity Value be Displayed when Multiplied by a symunit?
The following results look peculiar IMO. Shouldn't a unit always be preceded by a value? I've never seen this convention before....

environ un mois il y a | 1 réponse | 0

0

réponse

Réponse apportée
Adding a single left bracket and a single right bracket to a matrix
I'm not sure if this can be done in the command window, but in a Live Script matrix output can be shown with square brackets. A...

environ un mois il y a | 1

| A accepté

Réponse apportée
problem with coeffs command
syms w z u y v x 5*w - 5*z - u*((603367941593515*x)/4503599627370496 - y/2) - v*(x/2 + (603367941593515*y)/4503599627370496) - ...

environ un mois il y a | 1

| A accepté

Réponse apportée
power spectral density of nonstationary data
Hi hxen, When uploading the data in a .csv file, please also include the code that reads the data from that file. It wasn't har...

environ 2 mois il y a | 0

| A accepté

Réponse apportée
Can Simulink and other simulation software be repeatedly executed through Matlab scripts when simulating together?
Hi yiwei, There are several options for running Simulink simulations from Matlab scripts. Start from Run Simulations and then g...

environ 2 mois il y a | 0

Question


Does isAlways Make an Unwarranted Assumption that a Variable is real?
Define a sym variable syms v isAlways can't prove that v is real. Makes sense. isAlways(in(v,'real')) Now make an assumption...

environ 2 mois il y a | 1 réponse | 2

0

réponse

Réponse apportée
Biquad IIR filter design with Q factor sorting?
Hi Jay, h = fdesign.lowpass('N,Fc', 8, 10e3, 100e3); % 4-biquad with 100kHz sampling rate and 10kHz cutoff freq Hd = design(h...

environ 2 mois il y a | 0

| A accepté

Réponse apportée
Unable to access parameters of the block "enable"
The "Data Type" parameter is on the Signal Attributes tab, but as stated in the Block Parameters dialog (as shown in the sceen c...

environ 2 mois il y a | 0

| A accepté

Réponse apportée
CONVERT FREQUENCY DOMAIN DATA TO TIME DOMAIIN
Here's an example that illustrates the potential utility and pitfalls of this approach. EDIT: 19 Jan 2026, updated code to ensu...

2 mois il y a | 1

Réponse apportée
Can this symbolic expression be simplified anymore?
"In terms of simplifying, you could flip upside down to get rid of the one/over." Can try using numden, though the result might...

2 mois il y a | 0

Question


Is the Order of Function Evaluation Guaranteed when Function Outputs are Concatenated into an an Array?
Suppose I call two functions within concatenation into an array A = [ones(1,2),zeros(1,2)] In this case, the order in which on...

2 mois il y a | 2 réponses | 1

2

réponses

Réponse apportée
How do I perform a proper FFT of a gated segment of a time domain waveform with a logmag amplitude?
Generate a 512-point reference signal in the time domain Ts0 = 0.01; Fs0 = 1/Ts0; N0 = 512; n0 = 0:N0-1; t0 = n0*Ts0; y0 =...

2 mois il y a | 0

| A accepté

Réponse apportée
Find the transfer function of a differential equation symbolically
The function isolate comes in handy for this type of problem. syms u(t) y(t) dydt(t) t s Y(s) U(s) y0 dydt0 u0 omega_n z K % S...

3 mois il y a | 1

Charger plus