已解决


Plot
Make a plot of the vector x. NOTICE: YOU CAN NOT USE ans INSTEAD OF y!

11 days 前

已解决


Calculation of Radar Dwell Time
This problem aims to determine the dwell time of a 2D-search radar antenna. The function takes as input the antenna horizontal b...

11 days 前

已解决


Monostatic Radar Received Power Calculation
This problem aims to determine the received power of a monostatic radar system. The function takes as input the main radar param...

11 days 前

已解决


Compute Radar Wavelength from Frequency
Radar systems operate at electromagnetic frequencies. The wavelength of the transmitted signal is related to the operating frequ...

11 days 前

已解决


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

11 days 前

已解决


Radar Target Distance Calculation
A radar system sends a short electromagnetic pulse toward a target and measures the elapsed time between transmission and recept...

11 days 前

已解决


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

11 days 前

已解决


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

11 days 前

已解决


Geometric Compression Ratio
The geometric compression ratio CR is the ratio of the total cylinder volume at BDC to the clearance volume at TDC. It is one ...

11 days 前

已解决


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...

11 days 前

已解决


Basic Physics III
Calculate the Potential Energy (PE).

11 days 前

已解决


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...

11 days 前

已解决


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

11 days 前

已解决


Basic Physics II
Get the Kinetic Energy (KE).

12 days 前

已解决


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

12 days 前

已解决


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...

12 days 前

已解决


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

12 days 前

已解决


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...

12 days 前

已解决


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

12 days 前

已解决


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

12 days 前

已解决


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

12 days 前

已解决


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...

12 days 前

已解决


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...

12 days 前

已解决


Basic Physics V
Calculate the Weight (w).

12 days 前

已解决


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

12 days 前

已解决


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

12 days 前

已解决


Basic Physics VII
Calculate the speed.

12 days 前

已解决


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...

12 days 前

已解决


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!

12 days 前

已解决


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. ...

12 days 前

加载更多