Create the following two variables:
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:7| Question number:29.7
All Answers
total answers (1)
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:7| Question number:29.7
total answers (1)
>> var1 + 1 % 123 + 1 --> 124
ans =
124
>> var2 + 1 % '1'+1-->'2', '2'+1-->'3', '3'+1-->'4'
ans =
50 51 52
>> char(ans)
ans =
234
need an explanation for this answer? contact us directly to get an explanation for this answer