Assume that you have the following function and that it has not yet been called
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:7| Question number:6.7
All Answers
total answers (1)
strfunc('hi')
strfunc('hello')
>> strfunc('hi')
The string is hi
>> strfunc('hello')
The string is hellohi
>>
need an explanation for this answer? contact us directly to get an explanation for this answer