photo

Mark Ian


Last seen: 4 months ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to change output from column to row?
a = input('Enter first number:'); b = input('Enter second number:'); for A=a:b reshape(A,1,[]); fprintf('%d \n', A) ...

4 years ago | 2 answers | 0

2

answers