photo

munue


Last seen: mehr als 4 Jahre vor Aktiv seit 2016

Followers: 0   Following: 0

Statistik

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 4 Jahre vor | 0

| akzeptiert

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

mehr als 4 Jahre vor | 0

| akzeptiert

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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!

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

fast 8 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 8 Jahre vor