Community Profile

photo

GOENG


Con actividad desde 2015

Followers: 0   Following: 0

Estadísticas

All
  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


Finding if numbers are within range
Hello, just trying to figure out a way to find a number in a vector within range. I'm trying practice for loops but still bad a...

alrededor de 9 años hace | 4 respuestas | 1

4

respuestas

Pregunta


how to check if numbers in the vector is within range of 1:10
while length(x) == 6 if x < -36 && x > 47 If there was an input and I had to check if the values of the array ...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to store function [x] = input('blah')
Hello, I'm trying to store my input into another variable while being called from another function. function hiloTest() ga...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Resuelto


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

alrededor de 9 años hace