Réponse apportée
4 Stroke Diesel Engine Simulation
Hello Augustine One option is to use the engine block from simscape driveline https://se.mathworks.com/help/physmod/sdl/ref/...

environ 5 ans il y a | 0

A résolu


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

environ 5 ans il y a

A résolu


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

environ 5 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

environ 5 ans il y a

A résolu


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

environ 5 ans il y a

Réponse apportée
Simscape: Revolute joint block includes degree of freedom of other revolute joints in the assembly as its own degree of freedom?
Hi Joben If you want to make the joints passive, you should set: Actuation(none) - Motion (automatically computed). If actuat...

environ 5 ans il y a | 1

A résolu


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

environ 5 ans il y a

A résolu


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

environ 5 ans il y a

A résolu


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

environ 5 ans il y a

Réponse apportée
How to generate force AND velocity on an hydaulic cylinder in Simscape
Hello you need: Force sensor (cylinder) Velocity source (cylinder) Force source (wheel-axle > motor) Velocity sensor ...

environ 5 ans il y a | 0

Réponse apportée
Making an active revolute joint passive during simulation
Hello Amir I think the joint will be set to Torque (provided by input) and motion (automatically calculated). Then, when t...

environ 5 ans il y a | 0

| A accepté

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

environ 5 ans il y a

A résolu


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

environ 5 ans il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

environ 5 ans il y a

A résolu


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

environ 5 ans il y a

A résolu


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

environ 5 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

environ 5 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

environ 5 ans il y a

Réponse apportée
Max speed of a PMSM motor before Flux Weakening
Hi Federico Try the following example https://se.mathworks.com/help/physmod/sps/ug/three-phase-pmsm-drive.html Increase t...

environ 5 ans il y a | 0

| A accepté

Réponse apportée
Problem with SimScape Controlled Voltage Source
Hi Carlos Check that the maximum step in your solver is small enough to capture the sine wave (10kHz). For example 10us. If t...

environ 5 ans il y a | 1

| A accepté

Réponse apportée
Simscape Multibody PID Controller Tuning fails after different attempts.
Hello Florian Looking at the snapshot, it looked strange that you have a closed loop control but the motor joints are in kine...

environ 5 ans il y a | 0

Réponse apportée
Simscape multibody simulation model extrusion
Hi Ramesh, you can’t do that in this case without several bodies since a cube can’t be built as a revoluted extrusion around...

environ 5 ans il y a | 0

| A accepté

Réponse apportée
Why the robot gripper can not pick up the object in Simscape with Contact Forces Library ?
Hi John I would recommend that you use the Spatial Force Contact block we added to Simscape Multibody in latest releases. It is...

environ 5 ans il y a | 0

| A accepté

Réponse apportée
Simscape Battery SOC increasing even with Circuit-Braker Open
Hello Sreeraj The way the model is configured, the current source forces the current anyhow through the breaker which ends up c...

environ 5 ans il y a | 0

Réponse apportée
Variable Parameters for Simscape Thermal Mass
Hi Cem Easiest is to create a custom component using the code in Thermal Mass. Then, make the parameter of mass an input inst...

environ 5 ans il y a | 0

| A accepté

Réponse apportée
Worm-gear connection in Simscape Multibody
Hi Eleni It is difficult to say exactly, but i think that the local z axes for both bodies at ports B and F must perpendicula...

environ 5 ans il y a | 0

Réponse apportée
Gas System with Vacuum Pump
Hi Dan I believe it is better to use a pressure source than a volumetric flow rate source. In the inlet, you have the chamber...

environ 5 ans il y a | 0

Réponse apportée
Position vector of the "Spatial Contact Force" reaction.
Hello Camilo This is not trivial to derive. You can have a sensor between selected points in the two bodies and then sample t...

environ 5 ans il y a | 0

Réponse apportée
Cell arrays issues in Simscape component equations
Hola Rocio My advice is to use a hydraulic resistance instead and convert it to a flow sensor by having a low resistance And ...

environ 5 ans il y a | 0

Réponse apportée
Simscape - Custom component with Frame Port
Hi Boris What you are trying to achieve can only be done by creating a domain consisting of a vector of across variables w an...

environ 5 ans il y a | 0

Charger plus