photo

Umer Alam


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
217,186
of 301,383

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,252

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,306

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 1

View badges

Feeds

View by

Question


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...

13 years ago | 1 answer | 0

1

answer

Question


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...

13 years ago | 1 answer | 0

1

answer

Question


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)...

13 years ago | 2 answers | 0

2

answers

Answered
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

13 years ago | 0

Question


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...

13 years ago | 2 answers | 0

2

answers