Community Profile

photo

John Nowak


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How can I Write a code that will allow a vector of positive integers in x, as a user input, to evaluate the equation listed below.For odd numbers we will use the following equation
x= input('\nPlease input a 5 values in vector notation:'); i = 1; for i = 1:5 if rem(i,2) ==1; i = 2.*(i.^2) + 8*i - 3; ...

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

2

respuestas