photo

Lauren Harkness


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
17,733
of 300,381

평판
2

참여
10 질문
0 답변

답변 채택
30.0%

획득한 표
2

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,477

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How do i remove rows that have a blank space in a cell array?
I've imported a spreadsheet from excel that has a roster and information on people. How do I remove people from a cell array th...

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

1

답변

질문


Round RBG values to nearest multiple of 50
I have an image I am trying to edit, how would I go about rounding each RBG value to it's nearest multiple of 50 (0, 50,100,150,...

거의 8년 전 | 답변 수: 1 | 1

1

답변

질문


Convert cell array to a structure where the first column is the field names.
I have a cell array, but I need to convert it to a structure. I'm having trouble understanding the cell2struct function and wha...

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

1

답변

질문


If I have a while loop that outputs a different letter (or space) each time I run it, how can I combine all the outputted letters from each loop into a string.
So if loop one gave me 't' loop two outputs 'a' and loop three output 'p', I want the final string to be 'tap' I have attach...

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

1

답변

질문


Find location (column) of a [1] in a cell array
If I have a 1x3 cell array that looks something like this [] [] [1], or this [1][][], how would I get my code to print the index...

대략 8년 전 | 답변 수: 1 | 1

1

답변

질문


Display name associated with max number in a while loop.
I have the code below. It prints the maximum average score. The format of the given text file is each line 'names: scores' whe...

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

1

답변

질문


searching a string for a word
So I have a text file, and i am looking for the frequency of appearance of those words in the text file. I have used strfind, b...

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

1

답변

질문


How do I find the maximum average score for this code in my loop
I have this code below, when i run this it displays the line number (count) and the average score, how do i find the max of thes...

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

1

답변

질문


Search an entire text file for a word
If i have a text file and am looking for the number of times a specific word appears in it, how would I go about doing that? I t...

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

1

답변

질문


Selecting numbers out of a text file?
So I have a text file with a list of scores, I have used strtok to get the text file to just show up as numbers in a list separa...

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

1

답변