Answered
1D modelling of a powertrain system of formula student car
Hi Salih Enes Tiryaki, assuming you are a member of a formula student team, I suggest you check out our <https://www.mathwork...

8 years ago | 1

Answered
How do I fix a script for determining chassis stiffness of a Formula Student car?
Let me comment on a question that I get quite often related to that subject: Truss elements only handle axial deformation. Wh...

8 years ago | 0

Answered
There is no visualization in the animation window mechanics explorers?
Hi Aleksandr, you can switch of the visualization in the Mechanics Explorer. Just have a look at the attached screenshots. ...

8 years ago | 1

| accepted

Answered
How has he mated the platform with the tire in the following video. https://www.youtube.com/watch?v=qJO2GLA_2L0
Hi Sandeep, Simscape Multibody (previously SimMechanics) doesn't model contact by default, i.e. bodies may penetrate each other...

8 years ago | 0

Answered
how can i check chassis deflection using simulink
Hi Mohammed, let me refer you to two resources that are targetting that exact topic. # There is a podcast series called <htt...

8 years ago | 0

Answered
How do I fix a script for determining chassis stiffness of a Formula Student car?
Hi Ewan, this is the <http://www.mathworks.com/matlabcentral/fileexchange/12512-larry-s-toolbox FileExchange entry> that I us...

8 years ago | 1

Solved


Make a full wave rectifier
Produce a full wave rectifier waveform for the given sine wave source. For a sine wave input, the output of the full wave rec...

8 years ago

Solved


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

8 years ago

Solved


Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>

8 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

9 years ago