Umar - MATLAB Central
photo

Umar


Last seen: 15 jours il y a Actif depuis 2024

Followers: 16   Following: 4

Community volunteer, like to help people by making difference in their lives

Programming Languages:
Python, C++, C, Java, C#, Javascript, R, MATLAB, SQL, HTML, CSS, Arduino, Shell, Assembly, VHDL, Visual Basic
Spoken Languages:
English
Pronouns:
He/him

Statistiques

All
MATLAB AnswersCodyFile ExchangeZoom OutFrom 05/24 to 03/25Use left and right arrows to move selectionFrom 05/24Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
556 Réponses

File Exchange

1 Fichier

Cody

0 Problèmes
315 Solutions

RANG
161
of 297 613

RÉPUTATION
708

CONTRIBUTIONS
0 Questions
556 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
68

RANG
19 253 of 20 457

RÉPUTATION
0

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
4

ALL TIME TÉLÉCHARGEMENTS
4

RANG
501
of 159 263

CONTRIBUTIONS
0 Problèmes
315 Solutions

SCORE
3 546

NOMBRE DE BADGES
10

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • MATLAB Central Treasure Hunt Finisher
  • 6 Month Streak
  • Knowledgeable Level 5
  • Community Group Solver
  • CUP Challenge Master
  • Explorer
  • First Review
  • Pro
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • First Submission

Afficher les badges

Feeds

Afficher par

A résolu


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

7 mois il y a

A résolu


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

7 mois il y a

A résolu


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

7 mois il y a

A résolu


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

7 mois il y a

A résolu


find the roots of a quadratic equation
for e.g x = [ 2 -1 -3] y = [1.5 -1]

7 mois il y a

A résolu


Calculate the derivative of a polynomial
Example: in = [ 1 1 1 ] out = [ 2 1 ]

7 mois il y a

A résolu


Calculate the integral of the polynomial
for e.g. in = [3 2 1] out = [1 1 1 0]

7 mois il y a

A résolu


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

7 mois il y a

A résolu


Square Diagonal
If n is the given number, then make a diagonal matrix of size 2*2 with the square of that number.

7 mois il y a

A résolu


y equals x divided by 2
function y = x/2

7 mois il y a

A résolu


calculate RMS voltage
given peak to peak voltage, calculate rms voltage

8 mois il y a

A résolu


convert matrix to single column
given any matrix, convert it to single column

8 mois il y a

A résolu


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

8 mois il y a

A résolu


Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...

8 mois il y a

A résolu


Calculate distance travelled when given radius and rotations
When given radius of wheel and number of rotations calculate total distance travelled consider pi=3.14

8 mois il y a

A résolu


Rosenbrock's Banana Function and its derivatives
Write a function to return the value of <http://en.wikipedia.org/wiki/Rosenbrock_function Rosenbrock's two-dimensional banana fu...

8 mois il y a

A résolu


Stress-Strain Properties - 5
Similar to the previous problem, materials may be characterized by their stiffness-to-weight ratio, which is the elastic modulus...

8 mois il y a

A résolu


Stress-Strain Properties - 4
A common measure of the ability of a material to carry load per unit mass is termed strength-to-weight ratio and is calculated b...

8 mois il y a

A résolu


Stress-Strain Properties - 3
A brittle material will not exhibit a yield point. In other words, the yield point and failure point coincide. In such cases, th...

8 mois il y a

A résolu


Stress-Strain Properties - 2
The resilience of a material is its ability to resist permanent (or plastic) deformation. The resilience coincides with the elas...

8 mois il y a

A résolu


Stress-Strain Properties - 1
This is the first in a series of problems regarding mechanics of materials, in particular, material properties drawn from stress...

8 mois il y a

A résolu


ASCii Code
Using Matlab get the ASCii for '?'

8 mois il y a

A résolu


Your favourite city!
Type your favourite city.

8 mois il y a

A résolu


What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix. Example: Input x = [ 1 2 0 0 0 0 6 9 3 3 ] ...

8 mois il y a

A résolu


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

8 mois il y a

A résolu


Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];

8 mois il y a

A résolu


Min of a Matrix
Return the minimum value in the given matrix.

8 mois il y a

A résolu


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

8 mois il y a

A résolu


Simple equation: Annual salary
Given an hourly wage, compute an annual salary

8 mois il y a

A résolu


Matlab Basics II - Intervals
Write a function that takes an interval from a to b, and divides it into 5 parts example: a = 1, b = 2 output = 1 1.25 ...

8 mois il y a

Charger plus