photo

sujit


University of Duisburg Essen

Last seen: plus de 2 ans il y a Actif depuis 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

Statistiques

All
MATLAB Answers

1 Question
0 Réponses

File Exchange

1 Fichier

RANG
69 816
of 301 229

RÉPUTATION
0

CONTRIBUTIONS
1 Question
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
18 525 of 21 196

RÉPUTATION
2

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
1

ALL TIME TÉLÉCHARGEMENTS
22

RANG

of 173 512

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Submission

Afficher les badges

Feeds

Afficher par

A soumis


ISM CODE
ism

plus de 2 ans il y a | 1 téléchargement |

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]'; ...

plus de 12 ans il y a | 2 réponses | 0

2

réponses