Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

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

casi 2 años hace

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta