photo

Kamia Kavi


Last seen: 대략 2년 전 2022년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


Importing text file containing numbers and words
I want to import a text file into MATLAB. I want MATLAB to ignore the first 3 lines, detect the 4th line as header, and identify...

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

1

답변

질문


Error by having similar names for a variable and a MATLAB function
When the name of the output variable (max) is similar to the name of function (max), I get the error of "Unrecognized function o...

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

1

답변

질문


Finding the index of a cell element
I have a cell array as follows; A{1} = 'xname1x'; A{2} = 'xname2x'; A{3} = 'xname3x'; How can I find the index of the ...

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

1

답변

질문


How to deal with rounding error in this example?
I want to add 0.2 to -2000 until I reach 2000. Apparently, some rounding errors happen in the code below. What is the solution t...

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

1

답변