How to insert space between strings while doing strcat ?
for eg:
a=’hello’; b=’world’; strcat(a,b);
strcat(a,b) gives ‘helloworld’ But I need it as ‘hello world’ How can I do that ?for eg:
a=’hello’; b=’world’; strcat(a,b);
strcat(a,b) gives ‘helloworld’ But I need it as ‘hello world’ How can I do that ? for eg:
a=’hello’; b=’world’; strcat(a,b);
strcat(a,b) gives ‘helloworld’ But I need it as ‘hello world’ How can I do that ? string MATLAB Answers — New Questions