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...
3年以上 前
解決済み
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:...
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...
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
...
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...