Hello,
I have a cell (n x 1) with "p" different string (like below) and I wanna have "p" cells, where each cell contains only the same string. (I don't know a priori the number "p")
How can I do that?
Thanks
cell:
'blCarN'
'blCarN'
'blCarN'
'blCarN'
'blCarN'
'whVanN'
'blCarN'
'whVanN'
'blCarN'...
Hi,
I have a folder with about 200 xml files. I would like make a list in a Matlab file to be able to use them after (for exemple to have a list like this:
D:\Queen Mary\Master project\2nd stage\Matlab\MyToolbox\Real Data\JustXMLcam1\ObjectXML0.xml
D:\Queen Mary\Master project\2nd...