Community Profile

photo

Nick Vasilakis


Last seen: 18일 전 2021년부터 활동

통계

All
  • Explorer
  • Solver
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

문제를 풀었습니다


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

대략 1개월 전

문제를 풀었습니다


Create a vector
Create a vector from 0 to n by intervals of 2.

대략 1개월 전

문제를 풀었습니다


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

6개월 전

문제를 풀었습니다


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

7개월 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

7개월 전

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

7개월 전

문제를 풀었습니다


Inner product of two vectors
Find the inner product of two vectors.

7개월 전

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

7개월 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

8개월 전

문제를 풀었습니다


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

9개월 전

질문


How to present my outcomes in the form of a confusion matrix
Hello. So I've been assigned a task to compute the statistical values of a 3x3 confusion matrix by hand. After I managed to do ...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Plot the s_b_squared with the imahe histogram
Hello! So I have an image,and I would like to implement image segmentation on it. To be more specific, I'm performing Otsu's th...

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


How to show the accuracy on a confusion matrix
Hello! So I've trained a perceptron with 29 data and I implemented its confusion matrix. Yet I want it to show me the accuracy....

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Implementing perceptron using while and for
Hello, so i'm trying to implement a perceptron in Matlab in order to seperate the letters I and O by using a while and a for loo...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


read specific values and ignore them using fread
Hello! So I'm trying to find a way to read from a matrix of size 1x2000 the values that are assigned in positions 750 to 834 us...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Solution of equation of difference
Hello! So I'm trying to solve this equation: for A>0 and being my main variable Initial value of y(-1)=3 and for N=30 loops ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Finding the last value of a difference equation
Hello! So I've been assigned to solve this equation: where A is a positive nymber and 0<=n<= N-1, while also N=30 Further...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Finding radius of sphere and circle
Hello! So i'm trying to find the values of radius of a sphere and a circle from their formulas of area and volume.I want my_eval...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How can I implement a loop to find the minimum among 5 values
Hello and happy new year everyone. I want to create a loop that finds the minimum among the 5 values s(1)-s(5) and put it into ...

2년 초과 전 | 답변 수: 1 | 0

1

답변