解決済み


Swept Volume and Clearance Volume
The swept volume (V_s) is the volume displaced by the piston as it travels from BDC (Bottom Dead Centre) to TDC (Top Dead Centre...

2日 前

解決済み


Basic Physics III
Calculate the Potential Energy (PE).

2日 前

解決済み


Engine torque and RPM
Torque and power are related through rotational speed. Knowing brake power and engine RPM, you can back-calculate the torque del...

2日 前

解決済み


Engine Thermal Efficiency
The thermal efficiency of an ideal Otto cycle engine depends only on the compression ratio. A higher compression ratio yields gr...

2日 前

解決済み


Basic Physics II
Get the Kinetic Energy (KE).

3日 前

解決済み


Basic Physics VI
Fing the Kinetic Energy (KE) by Distance (d) and Time (t) instead of Speed (v).

3日 前

解決済み


Unique: Faster for options 'rows' and 'stable' for large array of uint8
Challenge: Execute unique(a,'rows','stable') Faster for 'a' being uint8. The "unique" function for the 'rows' and 'stable' o...

3日 前

解決済み


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

3日 前

解決済み


AND
If a greater than 0 and n less than 10, b = true, else, b = false. (Checking a should be in one line by AND special sign in MAT...

3日 前

解決済み


NOT
If a not equal to zero, b = true, else, b = false.

3日 前

解決済み


Engine Displacement
Engine displacement is the total swept volume of all cylinders. It is determined by bore (cylinder diameter), stroke (piston t...

3日 前

解決済み


If-Else
If a more than zero, b = true, else, b = false.

3日 前

解決済み


Calculate Radar Pulse Energy
Compute the energy contained in a single radar pulse. The inputs are the peak power Pp (W) and the pulse width PW (s). The pulse...

3日 前

解決済み


Tire Slip Angle Calculation
Slip angle represents the angle between the direction a tire is pointing and the direction it is moving. Given Lateral velocity...

3日 前

解決済み


Basic Physics V
Calculate the Weight (w).

3日 前

解決済み


Trapezium
Calculate the area of the Trapezium using it's bases and height.

3日 前

解決済み


Steering 101-Ackermann Steering Ratio
In a turning vehicle, inner and outer wheels follow different radii. Ackermann steering geometry ensures both wheels roll withou...

3日 前

解決済み


Basic Physics VII
Calculate the speed.

3日 前

解決済み


Double the 2x2 Matrix
In this challenge, you are given a predefined 2x2 matrix called x. Your task is to multiply every element in this matrix by 2 an...

3日 前

解決済み


Basic Algebra I
You should solve the problem 3X - 2 = 7 by finding the value of X. You must use this array/vector [2 3 7]. GOOD LUCK!

3日 前

解決済み


Triangle Area Using Heron's Formula
Given the three side lengths a, b, and c of a triangle, calculate its area using Heron's formula and round to 4 decimal places. ...

3日 前

解決済み


Electric Power Steering (EPS) Assist Curve Calculation
Electric Power Steering (EPS) provides assist torque proportional to driver input. Given Steering torque Ts and Gain k, Compute...

3日 前

解決済み


Convert Celsius temperature to Fahrenheit
Given a temperature in Celsius, return the equivalent in Fahrenheit. Formula: F = C * 9/5 + 32Example: cel2fahr(100) returns 212...

3日 前

解決済み


Basic Physics IV
Calculate the Work.

3日 前

解決済み


Piston Mean Speed
Mean piston speed is a critical mechanical stress indicator. It sets limits on valve timing, bearing loads and material fatigue...

3日 前

解決済み


Turning radius of a vehicle
The turning radius represents the radius of the circular path followed by a vehicle. Given Wheelbase L and Steering angle δ, Co...

3日 前

解決済み


OR
If a greater than zero or c less than 10, b = true, else, b = false.

3日 前

解決済み


Find the standard deviation of non-zero elements in a matrix
Given a matrix A, calculate the sample standard deviation of only the non-zero elements. If there are fewer than 2 non-zero ...

3日 前

解決済み


Calculate the Compression of a Spring
A mechanical engineer wants to determine how much a spring will compress when a force is applied to it. According to Hooke’s Law...

3日 前

解決済み


Column Vector
The third problem in Linear Algebra group. Create a column vector like this:

3日 前

さらに読み込む