photo

Yuri


Last seen: 2 years ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
288,548
of 301,307

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,235

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,928

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

View badges

Feeds

View by

Question


NEED HELP, I want to obtain the following array.
I have A = [ a_11 a_12 a_13 ...... a_1n ; a_21 a_22 a_23 ...... a_2n ; ...

2 years ago | 1 answer | 0

1

answer

Question


Need help on the array of matrix.
I have a matrix A in a size of n x 1, where A = [a_11 ; a_21 ; a_31 ; ......... ; a_n1] ...

2 years ago | 1 answer | 0

1

answer

Question


Hello! How do I replicate the matrix A1, A2, A3,......,An from a matric A0 by using loop?
I have A0 = [ 0 2 3; 0 2 3; 0 2 3]; I want to obtain: A1 = [1 2 3; 1 2 3; 1 2 3]; A2 = [2 2 3; 2 2 3; ...

2 years ago | 1 answer | 0

1

answer