What is u(1:1+int,1)?
Show older comments
Hello everybody,
I am looking for what is the meaning of u(1:1+int,1) ? I searched but i wasn't able to find what is this and purpose. I thought it is incrementing first row for each step. Am I wrong? Thank for your help..
Accepted Answer
More Answers (1)
Fangjun Jiang
on 12 Nov 2019
Do the following line by line to unerstand it
u=magic(6)
int=4
1:1+int
u(1:1+int,1)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!