Skip to main content
1-Visitor
December 15, 2011
Question

make multiple copy from a single value

  • December 15, 2011
  • 2 replies
  • 5198 views

This may be a basic question but I have to ask this to save time...

If I have,

a := 1

b:=5

how do I program to make this,

$58C90A7999D5FB71.bmp"c" is equal to "a" but is copied "b" times to make a matrix shown above

2 replies

1-Visitor
December 15, 2011

Have a look at the attached.

Mike

1-Visitor
December 15, 2011

I also forgot to mention that there is a pre-defined function in the collapsed area which will create a vector matrix filled with 1’s.

I have also improved the program function, see attached.

Mike

24-Ruby III
December 15, 2011
19-Tanzanite
December 15, 2011

Or how about:

Multiple.jpg

Alan

1-Visitor
December 15, 2011

I much prefer to make functions - matter of style.

Picture2.jpg

- Guy