Community Profile

photo

Moby Philip


Last seen: presque 2 ans il y a Actif depuis 2019

Statistiques

All
  • Explorer
  • Solver
  • Thankful Level 1
  • First Answer

Afficher les badges

Content Feed

Afficher par

A résolu


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

plus de 4 ans il y a

A résolu


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.

plus de 4 ans il y a

A résolu


Test Problem; Create a 5x5 array containing all ones
This is a test for learning the process of creating a Cody problem. The goal of this test problem will be to create an array,...

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


Basics: 'Find the eigenvalues of given matrix
Find the eigenvalues y for a given matrix x.

plus de 4 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

plus de 4 ans 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.

plus de 4 ans il y a

A résolu


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

plus de 4 ans il y a

A résolu


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

plus de 4 ans il y a

A résolu


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


CONVERT TAN TO SIN
In a right angle triangle ABC given the tan(A) then find sin(A) For example tan(A)=3/4 then sin(A)=3/5

plus de 4 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 4 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

plus de 4 ans il y a

A résolu


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A répondu
Generating random number.
Hello Walter and Bjorn thanks for your reply,really appreciate that. I really understood how to approach it with the help of Bjo...

environ 5 ans il y a | 0

Question


Generating random number.
Hello, I have 2 questions to ask: I need to generate 5 gaussian distribution data having specified stabndard deviation and par...

environ 5 ans il y a | 3 réponses | 0

3

réponses

A répondu
Can't change directories in the "current folder" file browser in R2018a?
Hello Adam, I have attached an image where we can simply paste the file path and matlab will read through that path. But an eas...

environ 5 ans il y a | 0

A répondu
I have plotted a velocity vs time graph for a car that uses a ramp input (with slope 5) as throttle input. Is there a way to calculate the slope (acceleration) from the plot in the simulink environment itself?
Hello Vishal, First your image is showing error. If you want to find the slope of a curve, it can be found with the helpof de...

environ 5 ans il y a | 0