photo

Orman Ulusoy


Last seen: 25 Tage vor Aktiv seit 2017

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

1 Frage
0 Antworten

Cody

0 Probleme
30 Lösungen

RANG
92.928
of 300.338

REPUTATION
0

BEITRÄGE
1 Frage
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.922

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
15.206
of 168.149

BEITRÄGE
0 Probleme
30 Lösungen

PUNKTESTAND
357

ANZAHL DER ABZEICHEN
2

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Leader
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

fast 3 Jahre vor

Gelöst


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

fast 3 Jahre vor

Gelöst


the average value of the elements
Calculate the average value of the elements in the array

fast 3 Jahre vor

Gelöst


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

fast 3 Jahre vor

Gelöst


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

fast 3 Jahre vor

Gelöst


Laws of motion 2

fast 3 Jahre vor

Gelöst


Damping of Servomotors with Tachometer Feedback
In Control Engineering, servomotors with tachometer feedback can be modeled by the second order system K / [J*s^2 + (B + K*K...

fast 3 Jahre vor

Gelöst


Return area of square
Side of square=input=a Area=output=b

fast 3 Jahre vor

Gelöst


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

fast 3 Jahre vor

Gelöst


Find Min and Max Differences in a Vector
Given an array of integers, return the absolute largest and smallest (non zero) difference between any two numbers in the array....

fast 3 Jahre vor

Gelöst


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

fast 3 Jahre vor

Gelöst


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

fast 3 Jahre vor

Gelöst


calculate the length of matrix
input 1 array, calculate the length

fast 3 Jahre vor

Gelöst


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

fast 3 Jahre vor

Gelöst


Linear system of equations
Solve the system of equations in three variables.

fast 3 Jahre vor

Gelöst


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

fast 3 Jahre vor

Gelöst


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

fast 3 Jahre vor

Gelöst


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

fast 3 Jahre vor

Gelöst


Laws of motion 5

fast 3 Jahre vor

Gelöst


Laws of motion 1

fast 3 Jahre vor

Gelöst


Baseball Pitch Question
One pitcher made 10 practice pitches during his warm up before the game. Using the given information, create a vector matrix an...

fast 3 Jahre vor

Gelöst


Diagonal Prod

fast 3 Jahre vor

Gelöst


Create an arrow matrix
An arrow matrix is a square matrix that contains ones on the diagonal, the last column, and last row. ...

fast 3 Jahre vor

Gelöst


Summy's odd sum

fast 3 Jahre vor

Gelöst


Laws of motion 3

fast 3 Jahre vor

Gelöst


Summation of integers

fast 3 Jahre vor

Gelöst


non-repitition of numbers in a vector

fast 3 Jahre vor

Gelöst


sign function

fast 3 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

fast 3 Jahre vor