Community Profile

photo

munue


Last seen: environ 4 ans il y a Actif depuis 2016

Followers: 0   Following: 0

Statistiques

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

A répondu
matlab graph using excel data
Have a look to this question: https://uk.mathworks.com/matlabcentral/answers/96794-how-can-i-open-an-existing-excel-file-and-co...

plus de 4 ans il y a | 0

| A accepté

A répondu
Create an error function
You can try the following: A=[1 0; 0 1] B=[1 0 ; 1 0] TruePositive_idx = find (A==B & A==1) TrueNegative_idx = find (A==B...

plus de 4 ans il y a | 0

| A accepté

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

plus de 7 ans il y a

A résolu


Number of Horns on a unicorn!
Calculate the number of horns on a *unicorn*! And I'm talking about a unicorn with not more than one horn on it!

plus de 7 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 7 ans il y a

A résolu


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

plus de 7 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 7 ans il y a

A résolu


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

plus de 7 ans il y a