photo

melampyge


Bilkent University

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

etwa 11 Jahre vor | 1 Antwort | 2

1

Antwort

Frage


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...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten