photo

GOENG


2015년부터 활동

Followers: 0   Following: 0

통계학

All
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


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

대략 9년 전 | 답변 수: 4 | 1

4

답변

질문


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

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

2

답변

질문


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

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

2

답변

문제를 풀었습니다


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

9년 초과 전