Statistics

All
MATLAB Answers

0 Questions
793 Answers

File Exchange

57 Files

RANK
132
of 300,553

REPUTATION
944

CONTRIBUTIONS
0 Questions
793 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
155

RANK
8 of 21,024

REPUTATION
44,050

AVERAGE RATING
4.70

CONTRIBUTIONS
57 Files

DOWNLOADS
2312

ALL TIME DOWNLOADS
363944

RANK

of 169,635

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 5
  • 12 Month Streak
  • Top Downloads 2024
  • Top Downloads 2023
  • Top Downloads 2022
  • Explorer
  • Top Downloads 2021
  • Pro
  • Top Downloads 2020
  • Thankful Level 4
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 5

View badges

Feeds

View by

Answered
Where can I find the V2Glib library for Simulink?
That library was renamed to renamed to VehicletoGridSystemLib.slx. It is part of an example. In R2025a or earlier, run this co...

8 days ago | 0

Answered
Kann man in Simscape ein Feder-Stößel-System simulieren
Es ist nicht genau dasselbe, aber dieses Beispielmodell, das mit Simscape Multibody geliefert wird, ist sehr ähnlich. https://w...

6 months ago | 0

Answered
Simulation of crystal oscillator circuit a Simscape does not converge
While I can't say for sure what is going wrong, if I set Rf to 1e9 the simulation runs to completion and the value on the Scope ...

8 months ago | 0

Answered
How do i know which switch should i use in Simulink?
To use Simulink signals to control inputs to Simscape blocks, you often need this converter block https://www.mathworks.com/hel...

8 months ago | 0

| accepted

Answered
Does MATLAB have four in-wheel motor Electric vehicle model, where one motor control one wheel independently. Sometimes called 4-Indepdendent Drive EV, 4 In-wheel motor EV
Take a look at this File Exchange submission: https://www.mathworks.com/matlabcentral/fileexchange/172279-formula-student-vehic...

1 year ago | 0

Answered
How to check with different C rates of battery model in Simulink
To modify the C rate, you will need to modify the level of current drawn from the battery. You can use a Controlled Current Sou...

1 year ago | 0

Answered
Battery soc is not working as expected in different file it shows different variation in soc can any one help this out ...
The parameters are only a portion of what affects the SOC during a simulation. The systems on the grid, test profile, and solve...

1 year ago | 0

Answered
V2G matlab exemple
In https://www.mathworks.com/help/sps/ug/24-hour-simulation-of-a-vehicle-to-grid-v2g-system.html, the scopes are plotting the ac...

1 year ago | 0

Answered
In simscape for lead acid battery cell how can i calculate and assign values for main branch and paracetic branch values
Typically you would obtain measurement data and use parameter estimation techniques. Take a look at this example to see the pro...

1 year ago | 0

Answered
Simscape Torque Sensor output is zero
Your angular motion sensor should be connected between shaft and a Mechanical Rotational Reference (NOT in series). Your torque...

2 years ago | 1

| accepted

Answered
Does anyone know why I get an error when I run the fuel cell model for about 18000s?
The error message you encountered is because the test conditions for the fuel cell are not suitable for 18000 seconds. The driv...

2 years ago | 1

Answered
How to avoid adding the striking mass to the robot body mass during a collision test in simscape?
A really good way to do this is to use Simscape Multibody. With Simscape Multibody you can model contact forces between differe...

2 years ago | 0

Answered
Battery box in Simscape
Hi Bence, You can model a housing for your battery modules that prevents heat transfer between the modules. This could be pass...

2 years ago | 0

| accepted

Answered
Add a Simscape Multibody model to a Simscape Electrical model
Hi all, In R2021a we added interface blocks to more easily connect Simscape Multibody joints to 1D mechanical Simscape networks...

2 years ago | 1

Answered
Workflow to combine CAD Model and SIMSCAPE Thermal transient Analysis
You should be able to obtain distance measurements using sensors, assign them to a Simulink signal (or Simscape Physical Signal)...

2 years ago | 0

Answered
Mechanical rotational port of Induction Motor from the specialized power system library
I believe you need to remove the Mechanical Rotational Reference. You have essentially welded the shaft to the earth so it cann...

2 years ago | 0

Answered
simscape (planetary gear)
The planetary gear enforces a kinematic relationship between the input and output shafts. The torque levels, however, will depe...

2 years ago | 1

| accepted

Answered
Friction and wear Simulink model for brake pad application
Take a look at the Simscape Driveline Disc Brake block https://www.mathworks.com/help/sdl/ref/discbrake.html This example ...

2 years ago | 0

Answered
Testing of disc brakes
The parameters you describe match well with the Simscape Driveline Disc Brake block https://www.mathworks.com/help/sdl/ref/...

2 years ago | 0

Answered
How can I implement the magic formula by Pacejka in Simscape Multibody between a wheel modeled as a disk and the ground modeled as a prismatic piece?
You can look at File Exchange submission Spatial Contact Force Examples Simscape Multibody to see an example of how to add a cus...

2 years ago | 0

Answered
SimMechanics Motion problem
See comment above for answer. --Steve

2 years ago | 0

Answered
Problem by simulating a kinematic with a singularity in SimMechanics
This message indicates you have a degree of freedom with no inertia associated with it. I was not able to download your model, ...

2 years ago | 0

Answered
water tank modeling in simscape
This example shows many of those concepts: https://www.mathworks.com/help/hydro/ug/aircraft-fuel-supply-system-with-three-t...

2 years ago | 1

Answered
Frictional Friction block on simscape
In the Translational Friction block, set the coulomb friction force to be mu_k*(mass*gravity). Set the Breakaway Friction Force...

2 years ago | 0

Answered
An error: Undefined function 'mrdivide' for input arguments of type 'NetworkEngine.ComponentVariableCompileData'.
The documentation page for equations in Simscape tells you which equations you can use and what the requirements are. mrdivide ...

2 years ago | 0

Answered
Simulink Simscape: Dog Clutch fidelity
The Dog Clutch block in Simscape Driveline has multiple fidelity levels for the friction model. It can capture behavior when th...

2 years ago | 0

Answered
How can I implement downforce and drag generated from a rear wing into my drag racing model using Simulink/Simscape?
If you wish to mak the downforce increase with speed, one option is to multiply it by a scaling factor that is speed dependent. ...

2 years ago | 0

Answered
How can I use Translational Friction and Damping blocks?
I recommend placing a Revolute Joint between your two plates and add a rotational frictional model there. If you wish to model ...

2 years ago | 0

Answered
Transient initialization, failed to converge. Clutch in planetary driveline.
Your model is missing an inertia. In certain configurations, you are applying torque to a node with no inertia which leads to i...

2 years ago | 0

Load more