Feeds
질문
Is this Application of Leibniz Rule in Symbolic Math Toolbox Incorrect?
Referring to Leibniz Integral Rule: Verify R2025b matlabRelease Define some functions syms t x syms f_1(x) f_2(x) g(t) Cas...
대략 24시간 전 | 답변 수: 0 | 0
0
답변답변 있음
Trouble with Interp2
Hi Peter, I think the arguments to interp2 are backwards, but there are some other considerations Ir_10nm_Cr_10nm= [... 0....
Trouble with Interp2
Hi Peter, I think the arguments to interp2 are backwards, but there are some other considerations Ir_10nm_Cr_10nm= [... 0....
1일 전 | 0
| 수락됨
답변 있음
"diff" function doesn't work properly with small numbers
The data in gora and dol are on the plot as can be seen below when using markers. However, if the y-data pattern is increasing-...
"diff" function doesn't work properly with small numbers
The data in gora and dol are on the plot as can be seen below when using markers. However, if the y-data pattern is increasing-...
2일 전 | 1
| 수락됨
Discussion
Use of AI to Generate Matlab Code
Inspired in part by Christmas Trees, I'm curious about people's experience using AI to generate Matlab code. 1. Do you use AI t...
3일 전 | 0
답변 있음
Can I use imported from matlab workspace matrix in simulink function block?
Assuming the intent is to implement this function in a Matlab Function block, then see Use Data in Multiple MATLAB Function Blo...
Can I use imported from matlab workspace matrix in simulink function block?
Assuming the intent is to implement this function in a Matlab Function block, then see Use Data in Multiple MATLAB Function Blo...
14일 전 | 0
답변 있음
how do I change the abscissa (x -axis) of a cosine wave plot to show degrees
Change the plot command so that the independent variables are in deg. Or define x in terms of deg and then use cosd to compute y...
how do I change the abscissa (x -axis) of a cosine wave plot to show degrees
Change the plot command so that the independent variables are in deg. Or define x in terms of deg and then use cosd to compute y...
15일 전 | 0
| 수락됨
질문
Is There an Inconsistency with How Unassigned Values are Filled After an Assignment into a Table?
Create an empty table T = table; Assign a string value to the third row a new variable T.string(3) = "abc" The values in row...
15일 전 | 답변 수: 2 | 1
2
답변답변 있음
convolution integral with ode45
If c(t) has a Laplace transform then we can take advantage of the convolution property and convert to the s-domain, solve for U(...
convolution integral with ode45
If c(t) has a Laplace transform then we can take advantage of the convolution property and convert to the s-domain, solve for U(...
19일 전 | 1
답변 있음
How to run code from a later line multiple times without restarting the whole script?
See Create and Run Sections in Code for how to divide the script (assuming it really is a scipt and not a function) into section...
How to run code from a later line multiple times without restarting the whole script?
See Create and Run Sections in Code for how to divide the script (assuming it really is a scipt and not a function) into section...
19일 전 | 0
| 수락됨
답변 있음
Trouble making a parameter sweep for Simulink
Try out = sim(model); More generally check out Simulink.SimulationInput and Optimize, Estimate, and Sweep Block Parameter Valu...
Trouble making a parameter sweep for Simulink
Try out = sim(model); More generally check out Simulink.SimulationInput and Optimize, Estimate, and Sweep Block Parameter Valu...
20일 전 | 0
| 수락됨
답변 있음
Help with exporting variables from function to workspace to then run in simulink file
The "modern" way to do this with the sim command is to use a Simulink.SimulationInput as the input. See that doc page to get sta...
Help with exporting variables from function to workspace to then run in simulink file
The "modern" way to do this with the sim command is to use a Simulink.SimulationInput as the input. See that doc page to get sta...
22일 전 | 1
답변 있음
Save data from Simulink Scope
"I have this setting: is it correct?" It's correct if you want all of your logged variables to be contained within a single var...
Save data from Simulink Scope
"I have this setting: is it correct?" It's correct if you want all of your logged variables to be contained within a single var...
26일 전 | 0
| 수락됨
답변 있음
How do I import an audio file into simulink?
Hi Victor, It's not clear why it would be more convenient to do this in Simulink, but if that's really the case then perhaps th...
How do I import an audio file into simulink?
Hi Victor, It's not clear why it would be more convenient to do this in Simulink, but if that's really the case then perhaps th...
28일 전 | 0
| 수락됨
답변 있음
not saving data in workspace
Proabably because the model is set for a single simulation output. Go to: Model Settings -> Data Import/Export If the box is c...
not saving data in workspace
Proabably because the model is set for a single simulation output. Go to: Model Settings -> Data Import/Export If the box is c...
28일 전 | 0
답변 있음
i am getting error when put definite integral of a ratio whose nemerator & denominator both are definte integral with variable limits.
Hi jagannath, In the original code, lmf and umf are function handles (having nothing to do with the sym variable x), and functi...
i am getting error when put definite integral of a ratio whose nemerator & denominator both are definte integral with variable limits.
Hi jagannath, In the original code, lmf and umf are function handles (having nothing to do with the sym variable x), and functi...
30일 전 | 0
| 수락됨
답변 있음
Transpose Matrix in Simulink 2020a
The online doc doesn't go back as far as 2020a, but in 2021a one would use the Math Function block. I'm sure (well, nearly sure)...
Transpose Matrix in Simulink 2020a
The online doc doesn't go back as far as 2020a, but in 2021a one would use the Math Function block. I'm sure (well, nearly sure)...
30일 전 | 0
질문
Is There a Way to Create a Sequence of Polar Plots in a Tiled Layout Using arrayfun with an Anonymous Function?
Sample data s.th = pi/4:pi/4:2*pi; s.r = [19 6 12 18 16 11 15 15]; s(2) = s(1); s(2).th = s(2).th*1.3; If I want to make two...
대략 1개월 전 | 답변 수: 1 | 1
1
답변답변 있음
effects of ifft2(x, 'symmetric') while x is not conjugate symmetric
It appears that only portions of the input matrix are used when 'symmetric' is specified on input to ifft2 and the input is 2D ...
effects of ifft2(x, 'symmetric') while x is not conjugate symmetric
It appears that only portions of the input matrix are used when 'symmetric' is specified on input to ifft2 and the input is 2D ...
대략 1개월 전 | 1
답변 있음
insAccelerometer Documentation h(x)
My take on this ... The equations in the code make sense assuming (1) the accelNav vector, which I assume (2) is a filter state...
insAccelerometer Documentation h(x)
My take on this ... The equations in the code make sense assuming (1) the accelNav vector, which I assume (2) is a filter state...
대략 1개월 전 | 1
답변 있음
Error with Calling "dcmecef2ned" in Simulink
Hi Richard, In which version did it used to work? I'm assuming you're calling dcmecef2ned from inside a MatlabFunction block? ...
Error with Calling "dcmecef2ned" in Simulink
Hi Richard, In which version did it used to work? I'm assuming you're calling dcmecef2ned from inside a MatlabFunction block? ...
대략 1개월 전 | 0
답변 있음
Having trouble solving an equation
syms x eqn = sqrt(((((26892/(x)^3)+(254.7/(x^2)))/2)^2)+(6111.5/((x)^3))^2) == 19000; expand(eqn) solve is telling it can't f...
Having trouble solving an equation
syms x eqn = sqrt(((((26892/(x)^3)+(254.7/(x^2)))/2)^2)+(6111.5/((x)^3))^2) == 19000; expand(eqn) solve is telling it can't f...
대략 1개월 전 | 0
| 수락됨
질문
Does Symbolic Math Toolbox Formally Support Function Composition?
The doc page Create Symbolic Functions states "The Symbolic Math Toolbox™ currently does not support composite symbolic function...
대략 1개월 전 | 답변 수: 1 | 0
1
답변답변 있음
Wrap part of a shape with a surface
Hi Robert, Perhaps something like this that draws a pathc between each height line? Salt to taste on the patch command. Is th...
Wrap part of a shape with a surface
Hi Robert, Perhaps something like this that draws a pathc between each height line? Salt to taste on the patch command. Is th...
대략 1개월 전 | 0
| 수락됨
답변 있음
Weird behavior with Three-axis Inertial Measurement Unit
"Is the purpose of the IMU to simulate a real-life IMU, or something else?" The purpose of that model is to simulate a notional...
Weird behavior with Three-axis Inertial Measurement Unit
"Is the purpose of the IMU to simulate a real-life IMU, or something else?" The purpose of that model is to simulate a notional...
대략 1개월 전 | 0
| 수락됨
답변 있음
Newtonian Mechanics vector solution needed to find the range of forces (P) that satisfy Fnetx = 0
Here is an algebraic solution; I suspect one could do the whole thing symbolically and then sub the numbers at the end. Note th...
Newtonian Mechanics vector solution needed to find the range of forces (P) that satisfy Fnetx = 0
Here is an algebraic solution; I suspect one could do the whole thing symbolically and then sub the numbers at the end. Note th...
대략 1개월 전 | 0
답변 있음
Bode plot with right half plane zero
Hi @Anindya, The bodeplot function offers options on controlling the appearance of the plot, including to force the phase betwe...
Bode plot with right half plane zero
Hi @Anindya, The bodeplot function offers options on controlling the appearance of the plot, including to force the phase betwe...
대략 2개월 전 | 1
질문
Why is Answers Now Showing "Ran in" Links?
AFAICT, the "ran in" link is just a link to the same question.
대략 2개월 전 | 답변 수: 1 | 0
1
답변질문
Why Doesn't a Symbolic Matrix Equation Simplify Until After Applying subs() ?
Following code is to derive an expression for the derivative of the magnitude of a vector function of time. clearvars syms t r...
2개월 전 | 답변 수: 1 | 0
1
답변답변 있음
Obtaining the differential equations from graphical representation of the problem
One can implement the equations of motion in Simulink and then use linearize to get the differential equation, but that requires...
Obtaining the differential equations from graphical representation of the problem
One can implement the equations of motion in Simulink and then use linearize to get the differential equation, but that requires...
2개월 전 | 0
질문
Is Assignment from symmatrix/symfunmatrix Consistent with Assignment from sym/symfun ?
I've just started using symmatrix and symfunmatrix and noticed a behavior that I don't understand and seems to be inconsistent w...
2개월 전 | 답변 수: 0 | 1






