Community Profile

photo

munue


Last seen: 約4年 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
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...

4年以上 前 | 0

| 採用済み

回答済み
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...

4年以上 前 | 0

| 採用済み

解決済み


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

7年以上 前

解決済み


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!

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前