Community Profile

photo

Islam Hassan


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


create coordination matrix from zig zag path from certain value to another value
I want to creat matrix with x and y coordiantion of zig zag path. For example from 128 to 132 : A = [ 128 0 128 4...

4 years ago | 0 answers | 0

0

answers

Question


Integrate new rows inside matrix and repeating them
I want to integrate two lines inside matrix and repeated frequently before each rows: The original matrix: A = [ G1 X8 Y118...

4 years ago | 1 answer | 0

1

answer

Question


insert 2 lines matrix inside another matrix and conditionally repeating them
I want to integrate two lines inside matrix and repeated frequently depending on next lines like the following example: The ori...

4 years ago | 0 answers | 0

0

answers

Question


create coordination matrix from zig zag path
I want to creat matrix with x and y coordiantion of zig zag path. For example : So the generated matrix should be like th...

4 years ago | 1 answer | 0

1

answer

Question


Add letters to the first and third column of matrix
I want ot add letter to first columnmatrix like this: A = [ 3 6 5 7 5 8 7 8 . .....

4 years ago | 1 answer | 0

1

answer

Question


Add string to matrix and other operations and then generate text file
I have matrix like the following and need to convert by adding strings inside it like the one on this figure: I attached also...

4 years ago | 1 answer | 0

1

answer

Question


Generate matrix from non empty cells from another cell array
I have a cell matrix like this I need to generate matrix for the non empty cell in these format and arrange row by row ( for...

4 years ago | 1 answer | 0

1

answer

Question


Reading image in zig zag, and arrange the output matrix in ascending and descending issue
I am trying to image a figure and create G-code by reading the figure in zig-zag way. Thus, first I red the figure and dedect th...

4 years ago | 2 answers | 0

2

answers