photo

Elijah L


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
124,901
of 300,771

평판
0

참여
10 질문
0 답변

답변 채택
10.0%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,969

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Importing header row of excel spreadsheet as a string array
I have an excel table that I want to import into MATLAB, but I would like to assign a variable to the header row as a string arr...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Delete n elements of every 10 elements in string vector
I have a string vector 1x570, I would like to keep the first element of every 10 elements of the string, but delete the rest. I ...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Graphing a messy 5th degree polynomial function
I am trying to graph the function 'm' as a function of 'r'. I continuously am getting an error message in the function line. Cou...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


Vector manipulation for randomized data
I have generated a vector "SleepData" that creates a 7200x1 vector of random #s from 0-12. I want the vector sensor data to have...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


Remove number from a matrix within a for loop
This script outputs an 1x3 matrix (timeszmn2). I want to make it so that this script removes the 3rd number in this matrix withi...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Finding minima using if and for loops
I have a column of data and I want to make a script that utilizes for loops and if constructs for example 12 4 5 23 63 5...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Finding minima using for loop and if construct
I have a 205x1 matrix of data points called zpoint. I need to write a script using a 'for' loop and an 'if' construct to identif...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Finding minima in data as well as values near it
I have a column of data (zpoint) and I need to find all the minima (valleys) in the data. For every minima, need to find the pr...

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

2

답변

질문


Extracting data from vector
I have vector NUM = [-1 2 6 9 22 4 23 18] and I want to find all numbers that are greater than 5 and then add them all up. examp...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Finding specific number of characters in vector
I have a character vector ( c = ['a' 'r' 'y' 'z' 'b' 'u' 'k'] ) and I would to determine the number of characters that are not b...

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

2

답변