photo

sujit


University of Duisburg Essen

Last seen: mer än 2 år ago Active since 2013

Followers: 0   Following: 0

Message

I want to add up all vectors i am getting by 'for' operation in one matrix. b =[2,3,5]'; for r = -1:0.1:1 A =[5,(2*r),r ; 3,6 ,(2*r-1); 2,(r-1),3*r ]; x = b\A; matricx1 = end I need all vectors of x for all values of r.in one matrix say 'matricx1' Professional Interests: calculations

Statistics

All
MATLAB Answers

1 Question
0 Answers

File Exchange

1 File

RANK
69 661
of 300 365

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
18 370 of 20 933

REPUTATION
2

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
22

RANK

of 168 262

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 Submission

View badges

Feeds

View by

Submitted


ISM CODE
ism

mer än 2 år ago | 1 download |

0.0 / 5

Question


make matrix by using vectors created by loop
%I want to make matrix by all vectors of x for all values of r in following code %save it to 'Matrics' b =[2,3,5]'; ...

mer än 12 år ago | 2 answers | 0

2

answers