photo

W K


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
127,713
of 301,454

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,287

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,632

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

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

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

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

7 years ago | 2 answers | 0

2

answers