photo

Bhavya Gandham


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
235,875
of 297,527

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

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

Feeds

View by

Answered
How can I assign two sets of values randomly among two other sets?
Hi! Thanks for the answer. But I need to randomly interchange the total 2 sets between other two sets. like, first a(set of 1...

8 years ago | 0

Question


How can I assign two sets of values randomly among two other sets?
I have two sets a and b, these sets of values to another two sets s1 and s2. I tried for randperm but i am getting errors. Tha...

8 years ago | 2 answers | 0

2

answers

Question


How to assign two values randomly among 2 variables?
c1 = (b1-a1).*rand(100,1) + a1; c2 = (b2-a2).*rand(100,1) + a2; I have to assign the c1 and c2 values randomly among two varia...

8 years ago | 2 answers | 0

2

answers