Community Profile

photo

munue


Last seen: alrededor de 4 años hace Con actividad desde 2016

Followers: 0   Following: 0

Estadísticas

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

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

más de 4 años hace | 0

| aceptada

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

más de 4 años hace | 0

| aceptada

Resuelto


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

más de 7 años hace

Resuelto


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!

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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

más de 7 años hace