photo

Hamed Najafi


Last seen: 2 giorni fa Attivo dal 2024

Followers: 1   Following: 6

Messaggio

Power Engineering Student

Programming Languages:
Python, C++, C, MATLAB, Arduino
Spoken Languages:
English
Pronouns:
He/him

Statistica

All
  • Personal Best Downloads Level 4
  • MATLAB Central Treasure Hunt Finisher
  • 5-Star Galaxy Level 1
  • Community Group Solver
  • Commenter
  • First Answer
  • Solver
  • Promoter
  • GitHub Submissions Level 3
  • First Submission
  • Explorer

Visualizza badge

Feeds

Visto da

Inviato


WT1
Wind Turbine charchteristics and operating point

circa 2 mesi fa | 3 download |

Thumbnail

Inviato


synchronverter model simulink virtual inertia
simulink model of a synchronverter: an inverter that mimics a synchronous generator

2 mesi fa | 45 download |

Risolto


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,2,3]; Returns 1.

2 mesi fa

Risolto


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

2 mesi fa

Risolto


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

2 mesi fa

Risolto


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

2 mesi fa

Risolto


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

2 mesi fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

2 mesi fa

Risolto


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the second...

2 mesi fa

Risolto


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

2 mesi fa

Risolto


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

3 mesi fa

Risolto


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

3 mesi fa

Risolto


Create a vector
Create a vector from 0 to n by intervals of 2.

3 mesi fa

Risolto


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not to use d...

3 mesi fa

Inviato


MATLAB-SSR
Sub-Synchronous Resonance (SSR) Modal Analysis Tool by MATLAB

3 mesi fa | 2 download |

Thumbnail

Risolto


Calculate compression ratio of engine
Calculate compression ratio of engine given compression volume of cylinder(Vc), piston stroke(s) and valve diameter(d)

3 mesi fa

Risolto


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

3 mesi fa

Risolto


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

3 mesi fa

Risolto


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

3 mesi fa

Risolto


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

3 mesi fa

Risolto


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

3 mesi fa

Risolto


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

3 mesi fa

Risolto


Convert radians to degrees
Given input in radians, output to degrees

3 mesi fa

Risolto


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given number of...

3 mesi fa

Risolto


Pi Digit Probability
Assume that the next digit of pi constant is determined by the historical digit distribution. What is the probability of next di...

3 mesi fa

Risolto


radius of a spherical planet
You just measured its surface area, that is the input.

3 mesi fa

Risolto


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

3 mesi fa

Risolto


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

3 mesi fa

Risolto


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

3 mesi fa

Risolto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

3 mesi fa

Carica altro