photo

Abdul Rof V


Last seen: mer än ett år ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
198 617
of 300 343

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Question


A is a square block matrix of order S which not fixed. pi is a column matrix of order S. How to find the solutions of the system of equations: (pi)A=0, (pi)e=1, e column of 1s
A is a square block matrix of order S which not fixed.Each block has order m is a column(block) matrix of variables order S. Ho...

mer än 3 år ago | 1 answer | 0

1

answer

Answered
accessing cell data using brace indexing,
PI=ones(10,10); p0=0; for i=1:5 p{i}=PI{i} end anything wrong in indexing

ungefär 4 år ago | 0