I am new to Matlab. I would like to know how to write a string at the end of each cell in a cell array. For ex data(cell array) = [QAN ASX BHP RIO........ ] I would like this to appear [QAN.ax BHP.ax RIO.ax....]
I am new to Matlab. I would like to know how to write a
Share
Use STRCAT function: