
J Chen
Statistics
10 Preguntas
136 Respuestas
5 Archivos
CLASIFICACIÓN
436
of 273.193
REPUTACIÓN
160
CONTRIBUCIONES
10 Preguntas
136 Respuestas
ACEPTACIÓN DE RESPUESTAS
30.0%
VOTOS RECIBIDOS
16
CLASIFICACIÓN
6.769 of 18.448
REPUTACIÓN
139
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
5 Archivos
DESCARGAS
34
ALL TIME DESCARGAS
1289
CLASIFICACIÓN
of 122.604
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Content Feed
Is it possible to open matlab function block editor code in the standard script editor?
One option is to roght click at the block and choose Open in New Window.
5 días hace | 0
Communicating Simscape multibody with temperature and pressure sensors
Simscape Multibody doesn't deal with heat and temperature. You need to build a thermal model either with the Thermal Library in ...
29 días hace | 0
| aceptada
how to attach custom frame to cylindrical solid
You can use the Rigid Transform block as an alternative.
alrededor de 2 meses hace | 0
Extract Spring data from the revolut joint
Expand the Sensing fiels and check the position. A port will appear to output the position. Use a PS-Siumulink Converter block i...
alrededor de 2 meses hace | 0
ssc_mass_spring_damper_control example, all forces become 0 when no feedback?
The mass is stationary and the spring and damper generate no force at time zero. No force is applied to the mass if the PID is r...
alrededor de 2 meses hace | 0
Is there any two wheeler drive cycle file in MATLAB or simulink?
You can download the speed profile in Excel at (https://cleanfuturemobility.com/driving-cycles/) and import it into Matlab/Simul...
2 meses hace | 0
| aceptada
SIMSCAPE MULTIBODY: Apply Forces / Sense velocity of GLOBAL Center of Mass
First add a new frame to the Center of Gravity (CoG). Connect a 6 DoF Joint between the new frame to the World Frame. Specify ...
3 meses hace | 0
How to get the coordinates of points in the simulink multibody model?
You can add a Transform Sensor to your system.
4 meses hace | 0
How to loop a model's output back to the input untill they both converge
Use a Delay block https://www.mathworks.com/help/simulink/slref/delay.html
5 meses hace | 0
| aceptada
(Simscape multibody) Is there any way to use a specific angle as a input for revolute joint?
Set the Actuation tab as follows: Torque - Automatically computed, Motion - Provided by Input. You also need Simulink-PS Convert...
6 meses hace | 0
Generic Engine stalling when load applied
You need to specify an initial speed for the propeller. It is done in the Variables tab of the Propeller Inertia block.
6 meses hace | 0
Simscape Results Explorer not showing entire simulation data
Select Model Settings tab. Click Simscape. Uncheck "Limit data points" box.
6 meses hace | 0
| aceptada
Can I read voltage and current measurement from simulink model that containts a model of connections in Arduino Uno?
Use the Analog Input block froo the Simulink Support Package for Arduino.
6 meses hace | 0
| aceptada
Simscape vehicle body incline angle
Connect a Simulink signal source block through a Simulink-PS Converter block (in Simscape-Utilities) to the beta port.
7 meses hace | 0
How to measure output torque of a gear in simscape multibody?
Choose the Total Torque in the Composite Force/Torque Sensing tab.
8 meses hace | 0
How to visualize movement that occurred by reaction force with Simscape multibody?
The grey cube should move if it is not fixed and connected to the arm through a revolute joint. The motion maybe too small for y...
8 meses hace | 0
Cannot find "body" block on Simscape
No sure what is the Body block in R2017. You can find Mass and Inertia blocks in the Simscape Foundation Library - Mechanical - ...
8 meses hace | 0
| aceptada
Pregunta
PID Tuner couldn't find a stabilizing controller
The PID block in the attached Simulink file stabilizes the plant (the plant is defined in the call back). However, the PID Tuner...
8 meses hace | 0 respuestas | 0
0
respuestasHow to rotate an image in Matlab
You basically read the image into a matrix, then change the array element to a different location (swich row to column, etc.)
9 meses hace | 0
Clock on Mechanics Explorer Video
A simple solution is to do a screen recording that includes the Time display at the bottom of the Mechanics Explorer. Powerpoint...
9 meses hace | 0
Automaticly change of actuation of joints in Simscape multibody.
Use name = gcb to get block names (select a block first) Use get_param(name,'DialogParameters') to get parameter names. The par...
9 meses hace | 1
| aceptada
Finding natural frequency and mode shape of damped 4 degree of freedom
Use F=ma to develop the differntial equations for m1, m2. Use F=ma and M=Iw for m3. The natural frequencies and mode shapes are ...
9 meses hace | 0
Design a Transmission Shift Controller
Use a MATLAB Function block in SImulink. You can put the logic in the block. Persist variables could be useful (link).
10 meses hace | 0
How do i add a drive cycle in simscape to a genric engine.
You need a controller that compare the desired and measured speeds to generate the throttle command. This is not a trivial task....
10 meses hace | 0
How to find pressure at every section of pipes in series in simscape? One end of pipe is connected to a constant pressure source and another end is open to the atmosphere
Use the Hydraulic Pressure Sensor block in the Simscape Fundation Library - Hydraulic.
10 meses hace | 0
G ports in simulink?
To get the G port: open the Spherical Solid block. Expand the Export under the Geometry and check the Entire Geometry box.
10 meses hace | 0
| aceptada
Multiple Joints on flexible parts in Simscape Multibody
You can add new frames to the body elements. The new frames will have new associated ports. You can apply the forces at these po...
11 meses hace | 0
Is it a reliable number when pid tuning is performed using simscape multibody?
The Simulink PID block correctly implement a PID control. You specify the gains in the block dialog box.
11 meses hace | 0
Moment of inertia with coordinates
Moment of inertia is or , where m is the mass, r is the distance to the rotation axis.
11 meses hace | 0
Is there another way to increase the mass flow rate on simscape?
You need to understand the physics. Flow rate and pressure are related. The pressure in a volume is determined by in and out flo...
12 meses hace | 0
| aceptada