Solved


Laws of motion 2

2 years ago

Solved


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

2 years ago

Solved


Laws of motion 5

2 years ago

Solved


Create a figure and plot data
Given two data vectors (x,y), open a new figure and plot the data. Return the figure handle.

2 years ago

Solved


Calculate Engine Power
Calculate Engine Power (P) in kW given the values of Torque(M) in Nm and Engine Speed(n) in rpm

2 years ago

Solved


Compute the missing quantity among P, V, T for an ideal gas
Consider 100 mol of helium gas at a certain pressure (P), volume (V), and temperature (T). Assuming that the ideal gas law appli...

2 years ago

Solved


Resistance of a robot
What is the resistance of an industrial robot that draws P watts of power when connected to a power supply delivering V volts? R...

2 years ago

Solved


Voltage in a lamp
A lamp is measured to have a resistance of R ohms when it operates at a power of P Watts. What is the voltage (in volts) being a...

2 years ago

Answered
How to limit input current of Asynchrous machine?
My comments: To address the high stator current problem, you attempted to limit the input current using a Saturation block. Howe...

2 years ago | 0

| accepted

Solved


Area Conversion 1

2 years ago

Solved


Energy Conversion 2

2 years ago

Solved


Calculate Parallel Resistance
Three resistors connected in parallel have resistances R1, R 2, and R 3, respectively. Return the total resistance R total of ...

2 years ago

Solved


Resistance of a light bulb
The current through two identical light bulbs connected in series is C Amperes. The total voltage across both bulbs is V Volts....

2 years ago

Solved


Electrical Diode Current Calculation
In engineering, there is not always a single equation that describes a phenomenon accurately enough to be applied in all instanc...

2 years ago

Solved


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

2 years ago

Solved


Potential energy calculation

2 years ago

Solved


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

2 years ago

Solved


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

2 years ago

Solved


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

2 years ago

Solved


Laws of motion 6

2 years ago

Solved


Laws of motion 3

2 years ago

Solved


Day counter function
Write a function called day_counter that returns the number of Mondays that fell on the first day of the month in a given year b...

2 years ago

Solved


Find number of days
The input is two date in string format (dd-mm-yyyy) find out the number of days between these two dates. Example: input: ...

2 years ago

Solved


calculate the day of the year from a date string.
'09-Oct-2016' is the 283rd day of the year. So doy = dayoftheyear('09-Oct-2016') should return doy = 283

2 years ago

Answered
Generate a SPWM signal with Digital output of C2000 microcontroller blockset or with ePWM of C2000 microcontroller blockset
Hi Miguel, Based on your description, it seems like you are trying to implement Space Vector Pulse Width Modulation (SPWM) usi...

2 years ago | 0

| accepted

Answered
Raytracing channel and showProfile
Hi Nicolas, To extract the power delay profile from the channel impulse response obtained using the showProfile command in Matl...

2 years ago | 0

| accepted

Answered
Transfer Function of a Dual Active Bridge converter
To obtain the transfer function of a DAB converter in Simulink, you can follow these steps: Open Simulink and create a new mo...

2 years ago | 2

Answered
Image hidding using DWT
% Main code clc close all; clear all; a = imgetfile(); coverImage1 = imread(a); coverImages = imresize(coverImage1, [2600 260...

2 years ago | 0

| accepted

Answered
Image hidding using DWT
let's address the issue you mentioned regarding the matrices not matching. The error is most likely occurring in the line where ...

2 years ago | 0

Answered
Iteration method of optimization
Hi Sabrina, Based on the detailed explanation and code snippet provided, it seems that you are on the right track with your Sta...

2 years ago | 0

Load more