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년 초과 전