Community Profile

photo

mukim


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how to generate random integer without function??
how can i generate random integer number on a fixed range without using any function ?? output sample: s = [12 30 33 02 17]

11 years ago | 2 answers | 0

2

answers

Answered
how can i generate??
how can i will be able to generate this type of loop?? for i=1:3, 7:9 %% statement end

11 years ago | 0

Question


how can i generate??
if i=1:3 is equal, i=[1 2 3] then how can i generate this... output sample, i=[1 2 3 7 8 9 13 14 15 16]

11 years ago | 2 answers | 0

2

answers

Question


how can i get output
input sample: x=[43 03 00 10] output sample: y= 43030010 how can i get this output ???

11 years ago | 3 answers | 0

3

answers

Question


how can i get output
sample input: x=[12 34 56 78] sample output: y=12345678

11 years ago | 1 answer | 0

1

answer

Answered
how can i get output
tnx.. Walter Roberson .. :)

11 years ago | 0

Answered
how can i get output
the input is numeric input: 391632

11 years ago | 0

Question


how can i get output
input: "391632" i want output: i=39, j=1632 how can i get it??

11 years ago | 4 answers | 0

4

answers

Question


Random integer number generation
I have fixed integer like: 0,1,2,5,6,7,10,11,12. Now i want to generate a random matrix like: 6,0,1,5,7,10,12,11,2. is there an...

11 years ago | 3 answers | 0

3

answers

Question


how to generate random integer number in a fixed range in MATLAB, like between 1 to 10
i want to generate random number between 1 to 10 answer like: 7 4 1 8 5 2 10 6 9 3

11 years ago | 3 answers | 1

3

answers