photo

Shima Asaadi


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
222,583
of 300,840

평판
0

참여
10 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,092

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,238

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


delete or keep special rows in a cell array based on specific column values
I have a cell array with 2 columns. first column is array of strings, and second is numeric values. I would like to *delete* the...

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

1

답변

질문


Avoid for loop which has an if-statement in it
I have a for-loop process, in which I have to check sth, so I have a if statement. How can I avoid for-loop to have a faster cod...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


finding specific string in cell arrays
I have a set of alphabet, like: alph={a,b,...,z} And Also a cell array named "repo" in which different combination of alphabet...

거의 10년 전 | 답변 수: 0 | 0

0

답변

질문


Convert matrix of char to numbers
I have a big m*n matrix with char elements (the elements are natural numbers). I want to change it to a matrix to work with numb...

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

1

답변

질문


How to apply efficient if-else statements in a big data cell array
I have a cell array of 3 columns. Based on the different joint values of 2nd and 3rd columns, I would like to assign a number to...

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

1

답변

질문


delete first x number of rows from a cell array
I have a 2000*4 cell array. The 4th column is an ascending numeric values from 0 to 30. I do not know how many rows have 0 val...

거의 10년 전 | 답변 수: 2 | 0

2

답변

질문


writing each line of a text file in a cell array
I try to write a text file in a cell array in MATLAB, each line consists of a number of strings,in to a cell array, and at last...

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

1

답변

질문


Error using mex : "Undefined symbols for architecture x86_64: ... "
I am using MATLAB R2015b on Mac. I try to run a very simple cpp file using mex in MATLAB, like the following function: ...

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

1

답변

질문


Reading a *.txt document and extracting specific words/phrases
I have a *.txt document file and I would like to extract the words/phrases that I know the start and end character number of the...

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

1

답변

질문


Labeled rows and column in a matrix
I would like to create a matrix with labeled rows and columns. Then use the labels to fill in the Matrix. For example: the firs...

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

1

답변