Steve Miller
Helping engineers optimize physical system designs through simulation
Programming Languages:
MATLAB
Spoken Languages:
English, German
MATLAB
Spoken Languages:
English, German
Statistics
All
ランク
of 122,434
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Content Feed
回答済み
Coding a simple model with torsion spring
I think this example model will help you see a way to model this system: Mechanical Rotational System with Stick-Slip Motion ...
Coding a simple model with torsion spring
I think this example model will help you see a way to model this system: Mechanical Rotational System with Stick-Slip Motion ...
20日 前 | 0
回答済み
INVERTED PENDULUM CONTROL
Try looking at this tutorial:Inverted Pendulum: Simscape Modeling https://ctms.engin.umich.edu/CTMS/index.php?example=Inver...
INVERTED PENDULUM CONTROL
Try looking at this tutorial:Inverted Pendulum: Simscape Modeling https://ctms.engin.umich.edu/CTMS/index.php?example=Inver...
20日 前 | 0
回答済み
Im using spatial contact force between a plane and wheel but when i run the simulation the wheel falls freely. Is it a correct response or it has to stay attached to plane?
Here are some things you can try: Set the maximum step size to something small (like 0.01) to make sure the solver takes a step...
Im using spatial contact force between a plane and wheel but when i run the simulation the wheel falls freely. Is it a correct response or it has to stay attached to plane?
Here are some things you can try: Set the maximum step size to something small (like 0.01) to make sure the solver takes a step...
20日 前 | 0
回答済み
If you want to input holding torque to the joint block
You can use joint modes to lock the degree of freedom, and then release it when you want the joint to move. This will, however,...
If you want to input holding torque to the joint block
You can use joint modes to lock the degree of freedom, and then release it when you want the joint to move. This will, however,...
20日 前 | 0
回答済み
How to Determine the value of Internal Mechanics of Joint Primitive like Spring Stiffness and Damping Coefficient?
Hi @sanjeev kumar, A Revolute Joint in Simscape Multibody permits one degree of freedom. If you want to define damping and spr...
How to Determine the value of Internal Mechanics of Joint Primitive like Spring Stiffness and Damping Coefficient?
Hi @sanjeev kumar, A Revolute Joint in Simscape Multibody permits one degree of freedom. If you want to define damping and spr...
20日 前 | 0
回答済み
Simscape - multibody - frames and transforms - world frame
You need to install Simscape and Simscape Multibody to have access to the Simscape Multibody block libraries. --Steve
Simscape - multibody - frames and transforms - world frame
You need to install Simscape and Simscape Multibody to have access to the Simscape Multibody block libraries. --Steve
20日 前 | 0
回答済み
simscape kinematic loop don't accept motion input on cylindrical joint
Each of the joints in your mechanism has a target position (and possibly velocity) specified. You need to disable the targets o...
simscape kinematic loop don't accept motion input on cylindrical joint
Each of the joints in your mechanism has a target position (and possibly velocity) specified. You need to disable the targets o...
20日 前 | 0
回答済み
simscape multibody switching signals (due to Contact Library)
The Simscape Multibody Contact Force Library has blocks that accept an input signal that can disable the force. Look for the bl...
simscape multibody switching signals (due to Contact Library)
The Simscape Multibody Contact Force Library has blocks that accept an input signal that can disable the force. Look for the bl...
20日 前 | 0
回答済み
Based on geometric Feature option is disabled
You are likely importing an STL file. STL files do not contain the features needed to assign frames. Frame locations and orien...
Based on geometric Feature option is disabled
You are likely importing an STL file. STL files do not contain the features needed to assign frames. Frame locations and orien...
20日 前 | 0
回答済み
how make changeable joint limits in simscape ?
You will need to apply the joint limits as an external force. Measure the positions of each part/joint, calculate when the forc...
how make changeable joint limits in simscape ?
You will need to apply the joint limits as an external force. Measure the positions of each part/joint, calculate when the forc...
20日 前 | 0
回答済み
How to effectively and optimally simulate multiple robotic platforms in Simscape Multibody
There are many ways to accelerate your model. These can be combined for further speedup. Simplify the quadcopter model - can y...
How to effectively and optimally simulate multiple robotic platforms in Simscape Multibody
There are many ways to accelerate your model. These can be combined for further speedup. Simplify the quadcopter model - can y...
20日 前 | 1
| 採用済み
回答済み
Nonlinear iteration is not converging (using ode23t) in Simscape Multibody
For situations like this, it is possible that changes to the model and the solver settings could enable the simulation to run wi...
Nonlinear iteration is not converging (using ode23t) in Simscape Multibody
For situations like this, it is possible that changes to the model and the solver settings could enable the simulation to run wi...
20日 前 | 0
回答済み
Single degree of freedom
This example shows you how to model this system in two ways: https://www.mathworks.com/help/simscape/ug/mass-spring-damper-...
Single degree of freedom
This example shows you how to model this system in two ways: https://www.mathworks.com/help/simscape/ug/mass-spring-damper-...
約1ヶ月 前 | 0
回答済み
Plotting a potential energy function
Please read this post: https://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a...
Plotting a potential energy function
Please read this post: https://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a...
約1ヶ月 前 | 0
回答済み
Getting started solving ODE's - solve m [d^2(theta)/dt^2] + c [d(theta)/dt^2] + k sin(theta) = 0
As mentioned by Roger above: I think you have no choice but to solve it numerically. Even without the friction term in the midd...
Getting started solving ODE's - solve m [d^2(theta)/dt^2] + c [d(theta)/dt^2] + k sin(theta) = 0
As mentioned by Roger above: I think you have no choice but to solve it numerically. Even without the friction term in the midd...
約1ヶ月 前 | 0
回答済み
how can improved gray scale quantization
As mentioned above: Improved over what? What's wrong with the way you're doing it now? Read this link then come back with an im...
how can improved gray scale quantization
As mentioned above: Improved over what? What's wrong with the way you're doing it now? Read this link then come back with an im...
約1ヶ月 前 | 0
回答済み
Index exceeds matrix dimensions
As posted by Geoff in the comments above: The usual procedure is to read the error message, go to the source file and line numb...
Index exceeds matrix dimensions
As posted by Geoff in the comments above: The usual procedure is to read the error message, go to the source file and line numb...
約1ヶ月 前 | 0
回答済み
What is the code to integrate a fixed equation ; Cp = a + bT + cT^2 + dT^3 with varying values of a, b, c, d and T?
Please see this post: https://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-...
What is the code to integrate a fixed equation ; Cp = a + bT + cT^2 + dT^3 with varying values of a, b, c, d and T?
Please see this post: https://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-...
約1ヶ月 前 | 0
回答済み
plot
Please see this post: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-f...
plot
Please see this post: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-f...
約1ヶ月 前 | 0
回答済み
Help creating a function file
As suggested above, read this post: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answe...
Help creating a function file
As suggested above, read this post: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answe...
約1ヶ月 前 | 0
回答済み
How to define inertia of a body block in SimMechanics?
For symmetrical objects, such as a sphere or a cylinder, the inertia matrix will have the moments of inertia along the diagonal ...
How to define inertia of a body block in SimMechanics?
For symmetrical objects, such as a sphere or a cylinder, the inertia matrix will have the moments of inertia along the diagonal ...
約1ヶ月 前 | 0
回答済み
about design of High Gain observer & sliding mode observer for rotatory inverted pendulum system
This File Exchange submission contains a model of a rotary inverted pendulum: Virtual Hardware and Labs for Controls https://ww...
about design of High Gain observer & sliding mode observer for rotatory inverted pendulum system
This File Exchange submission contains a model of a rotary inverted pendulum: Virtual Hardware and Labs for Controls https://ww...
約1ヶ月 前 | 0
回答済み
How to analyse a STEP file in Matlab?
From this answer: https://www.mathworks.com/matlabcentral/answers/56904-how-to-import-and-plot-step-file STEP is a complicated...
How to analyse a STEP file in Matlab?
From this answer: https://www.mathworks.com/matlabcentral/answers/56904-how-to-import-and-plot-step-file STEP is a complicated...
約1ヶ月 前 | 0
回答済み
Add external torque data with motor-wheel mechanical domain link in simscape
Hi @Sean Your question is not very clear. Based on your image, I think you want to apply a torque between those two points. Y...
Add external torque data with motor-wheel mechanical domain link in simscape
Hi @Sean Your question is not very clear. Based on your image, I think you want to apply a torque between those two points. Y...
約1ヶ月 前 | 0
回答済み
MATLAB for Regenerative Braking of Train
This very simple example demonstrates regenerative braking in an electric vehicle: Power Split Hybrid Vehicle Electrical Ne...
MATLAB for Regenerative Braking of Train
This very simple example demonstrates regenerative braking in an electric vehicle: Power Split Hybrid Vehicle Electrical Ne...
約1ヶ月 前 | 0
回答済み
How to coupling two bevel gears?
Hi @Linzhu Yue, An example showing two bevel bears is included in the Simscape Multibody Parts Libary https://www.mathwork...
How to coupling two bevel gears?
Hi @Linzhu Yue, An example showing two bevel bears is included in the Simscape Multibody Parts Libary https://www.mathwork...
約1ヶ月 前 | 0
回答済み
Why in simscape the Piston Engine has a default damping value of crankshaft of 1000Nm*s/rad.
Hi @Jian Cao, The documentation for the Piston Engine block describes the Damping parameter. That parameter is enabled when ...
Why in simscape the Piston Engine has a default damping value of crankshaft of 1000Nm*s/rad.
Hi @Jian Cao, The documentation for the Piston Engine block describes the Damping parameter. That parameter is enabled when ...
約1ヶ月 前 | 0
回答済み
Error with Simscape Driveline vehicle will not initialize.
You need to give the wheels independent rotational connections. Apply half the torque independently to each wheel, rather than ...
Error with Simscape Driveline vehicle will not initialize.
You need to give the wheels independent rotational connections. Apply half the torque independently to each wheel, rather than ...
約1ヶ月 前 | 0
回答済み
Derivative of a signal (position) as velocity input to the simscape mechanical terminal, does't match with the position sensed at the ideal translational motion sensor.
Hi @Halil Yahya Yesilyurt If you had attached your model, we could give you a more specific answer. Here are my best guesses b...
Derivative of a signal (position) as velocity input to the simscape mechanical terminal, does't match with the position sensed at the ideal translational motion sensor.
Hi @Halil Yahya Yesilyurt If you had attached your model, we could give you a more specific answer. Here are my best guesses b...
約1ヶ月 前 | 0
| 採用済み
回答済み
为什么不能在齿轮工具块的两侧同时测输入输出的扭矩
扭矩源正在向无法移动的点施加扭矩。 (translated from Google Translate) The torque source is applying torque to a point which cannot move. --Ste...
为什么不能在齿轮工具块的两侧同时测输入输出的扭矩
扭矩源正在向无法移动的点施加扭矩。 (translated from Google Translate) The torque source is applying torque to a point which cannot move. --Ste...
約1ヶ月 前 | 0