Community Profile

photo

Ecaterina Savenco


Last seen: 2 months ago Active since 2023

Statistics

  • Thankful Level 2

View badges

Content Feed

View by

Question


Is it possible to use : operator to create a sequence which has a power of 2 increase step?
I want to create a sequence of numbers that increase by power of two: 4 8 16 32 64 128 256 . Is it possible to do it with a colo...

5 months ago | 1 answer | 0

1

answer

Question


How to assign the result of a row deletion operation to a new matrix?
I have a 10X10 matrix, from which I delete the row 3 applying A(3,:)= [] . I want to save the original matrix and have the new ...

5 months ago | 1 answer | 0

1

answer