Community Profile

photo

W K


Active since 2018

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


how can i extract circular data from matrix?
Hi, I have axb double data, and I want to extract circular nxn data. For example, as you can see in the jpg file I attache...

5 years ago | 1 answer | 0

1

answer

Question


making continual statement(?) without typing entire elements
X,Y,Z are data, a,b,c,n are numbers (a+b+c=n), X is 5xa double, Y is 5x(b+c) double, and Z is 1xn double data. - How...

5 years ago | 1 answer | 0

1

answer

Question


How can I generalise this?
I made this code; x = [0 1]'; y = [0 1]'; m = 2; n = 1; cell = {x, x, y}; % 2 x and 1 y [a_1 a_2 b_1] = ndgrid...

5 years ago | 2 answers | 0

2

answers