photo

Terek Li


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
1 답변

순위
234,224
of 300,851

평판
0

참여
10 질문
1 답변

답변 채택
90.0%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

질문


How to find the length of segments of a matrix that meet certain condition?
Hi guys, I am trying hard to think of an algorithm for this, but no luck. If I have a matrix a = [77 77 77 79 79 79 77 77 77 ...

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

1

답변

질문


textscan 4th row into one string
Hi, I have a huge file that I want to read only the 4th row with delimiter ';'. I want to read everything in this row into on...

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

1

답변

질문


Convert vector to single double number
I have a vector [ 0 0 1 0 1 0 1] is there a quick way to convert it to a single number: 10101 ?

대략 9년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Why does an if block only run once?
'if' statement is not a loop, if you want to look it then use 'while'

대략 9년 전 | 0

질문


concatenate all value in a matrix into one number
if I have a matrix [1 2 3 4], is there a quick and easy way to obtain 1234 ?

대략 9년 전 | 답변 수: 2 | 0

2

답변

질문


how to find index of a cell that contains a numeric value?
Hi, there are several posts regarding this question, but none of their solutions actually work... I have a 1000*1 cell contai...

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

1

답변

질문


How to emtpy part of a matrix?
If I have a matrix like this : a = [1 2; 3 4; 5 6; 7 8] is there a quick way to remove '3' and '4' from the matr...

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

1

답변

질문


how to remove a specific section of a cell
For example if I have a 5:2 cell, each cell is filled with value. Is there a way to empty all the value in the 1st column excep...

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

1

답변

질문


How to find which column consists character 'example' in cell c{1,2}(:,1)
so I have a cell called 'c', I want to know which column the characters 'example' exist in c{1,2}(:,1).... Is there a function ...

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

2

답변

질문


how to run block of a function only if block of another function has been ran
What is the most efficient way to code so that one block of function A is ran only when another block of function B has been ran...

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

1

답변

질문


How to process multiple txt files in a loop?
I have multiple txt files in a folder, and I wrote a code to process a single file: function output = do(input) fil...

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

2

답변