Risolto


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

quasi 4 anni 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...

quasi 4 anni 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...

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


Cube root of max value in a vector
Find the cube root of the maximum value in a vector

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


Back to basics 15 - classes
Covering some basic topics I haven't seen elsewhere on Cody. Return the class of the input variable.

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


Square a Number
Given an input x, return y, which is equal to the square of x.

quasi 4 anni fa

Risolto


raise 1/3
Raise a number to 1/3 power.

quasi 4 anni fa

Risolto


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Domanda


MATLAB Associate Certification ---- Camera Requirements for Online Test
Greetings, I am interested in taking the MATLAB Associate certification exam online and I was wondering if I am allowed to use...

quasi 4 anni fa | 0 risposte | 0

0

risposte