What does \n' and I:1:10 (this was used in a for-loop) mean in MATLAB?



ā€œ\nā€ is the standard newline character in most modern systems and it has the ASCII Code of 0x0A , it makes you print what is after it in a new line.
Example :

disp("bla bla\ntesting more bla bla")
This prints :
bla bla
testing more bla bla
So it basically starts a new line for written text.
1:1:10 in for loops mean the iteration from 1 to 10, with a step of 1 number between each iteration like :
for x = 1:1:10
disp(x)
end
This prints :
1 2 3 4 5 6 7 8 9 10
How about combining both ?
for x = 1:1:10
sprintf(' %d \n' , x)
end
This prints :
1
2
3
4
5
6
7
8
9
10

Matlabsolutions.com provides guaranteed satisfaction with a commitment to complete the work within time. Combined with our meticulous work ethics and extensive domain experience, We are the ideal partner for all your homework/assignment needs. We pledge to provide 24*7 support to dissolve all your academic doubts. We are composed of 300+ esteemed Matlab and other experts who have been empanelled after extensive research and quality check.

Matlabsolutions.com provides undivided attention to each Matlab assignment order with a methodical approach to solution. Our network span is not restricted to US, UK and Australia rather extends to countries like Singapore, Canada and UAE. Our Matlab assignment help services include Image Processing Assignments, Electrical Engineering Assignments, Matlab homework help, Matlab Research Paper help, Matlab Simulink help. Get your work done at the best price in industry.