photo

Umer Alam


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

4 Fragen
1 Antwort

RANG
64.293
of 301.447

REPUTATION
0

BEITRÄGE
4 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 21.284

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.609

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How do you bring about all possible combinations from two row vectors?
Say for example I have x=[1 2 3 4] y=[1 2 3 4] and I wanted to create a new vector z which would give all combinations o...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is there a function to sum 1:n matrices of same size?
I have, n=user input a=sum(matrix 1 to n)=element by element addition for matrices 1 to n to give a matrix of the same s...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to insert data into matrix form?
For example I have data in row matrix from a for loop for each element, for i=l:3 k11(i) k12(i) k21(i)...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
How do you insert a changing variable into an input command?
Thanks a lot for both responses I spent many hours finding out, should have used this Mathwork site first. Peace

etwa 13 Jahre vor | 0

Frage


How do you insert a changing variable into an input command?
So for example, for k=1:5 & i=1:5 x(k)=input('Enter value of (i) state') end For the above I want 5 input comma...

etwa 13 Jahre vor | 2 Antworten | 0

2

Antworten