Question: In MATLAB, Words in a string variable are separated by right slashes (/) instead of blank spaces. Write a function slashtoblank that will receive a
In MATLAB,
Words in a string variable are separated by right slashes (/) instead of blank spaces. Write a function slashtoblank that will receive a string in this form and will return a string in which the words are separated by blank spaces. This should be general and work regardless of the value of the argument. No loops allowed in this function; the built-in string function(s) must be used.
** I am new at MATLAB, so please make as simple to understand as possible** Thank you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
