photo

melampyge


Bilkent University

2013년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Using ndgrid in arbitrary dimensions
Hi, I have a 3x20 matrix called b. If I use ndgrid like this: [xx, xy, xz] = ndgrid(b(1,:),b(2,:),b(3,:)); I get 20x2...

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

1

답변

질문


How to generalize 2 dimensions into n dimensions with a for loop?
Hi, In 2D, I have a script like this: bx = [min(x(1,:)) : ( (max(x(1,:)) - min(x(1,:))) /20 ) : max(x(1,:))]; by...

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

1

답변

질문


How can I create a specific matrix in a for loop?
Hi, I have a 4x50 matrix which is defined as x. I'm trying to store each row of x inside each row of b with a formula that is...

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

2

답변