photo

Abdulrahman


Last seen: Today Active since 2024

Followers: 0   Following: 0

Mechanical Engineering Student. Becoming a professional Matlab coder is my goal.

Programming Languages:
C++, MATLAB
Spoken Languages:
English, Arabic
Pronouns:
He/him
Professional Interests:
Simulink, Simulation, Submit Solutions to Assigned Coding Problems, Code Generation, MATLAB Coder

Statistics

All
  • Community Group Solver
  • Thankful Level 1
  • First Answer
  • Commenter
  • MATLAB Central Treasure Hunt Finisher
  • Solver

View badges

Feeds

View by

Solved


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

7 hours ago

Solved


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

7 hours ago

Solved


Plot Line Specifications
Create a line plot for function cos(x) where x is a vector of linearly spaced values going from 0 to input N with an increment o...

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

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

7 days ago

Solved


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

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

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

7 days ago

Solved


Total energy

7 days ago

Solved


Potential energy calculation

7 days ago

Solved


Kinetic energy calculation

7 days ago

Solved


Laws of motion 6

7 days ago

Solved


Laws of motion 5
Calculate the force is u are given mass and acceleration.

7 days ago

Solved


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

7 days ago

Solved


Laws of motion 3

7 days ago

Solved


Laws of motion 2

7 days ago

Solved


Laws of motion 1

7 days ago

Solved


Inner product of two vectors
Find the inner product of two vectors.

8 days ago

Solved


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

8 days ago

Solved


Find max
Find the maximum value of a given vector or matrix.

8 days ago

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

8 days ago

Solved


Mass Conversion 1

9 days ago

Solved


Current through resistor
Three resistors (R2, R3, R4) are connected in parallel as shown in the figure. If this combination is connected in series with ...

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

9 days ago

Solved


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

9 days ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

9 days ago

Solved


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

10 days ago

Answered
how can I change the axes title in plot browser?
Open the Plot Browser: You can open the Plot Browser by clicking on the "View" menu in the figure window and selecting "Plot Bro...

10 days ago | 0

Solved


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

11 days ago

Load more