photo

Saf el


2017년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


About preallocating for speed
There is a " for loop" in my program and Matlab gives me a suggestion to consider "Preallocating" for speed. I want to learn how...

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

1

답변

질문


what is the meaning of these two lines?
siz = size(P); for i = 1:siz(2) with P is a 2*k matrix, P =[p1 .....pk] I want to understand what siz(2) means in the f...

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

1

답변

질문


How can I extract entries from a matrix and a vector into a new vector in a specific way?
Hello, I want to extract the entries of a matrix and a vector into a new vector, like this: M = 0.6000 0.8000 ...

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

2

답변