Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

i want to convet a mixture cell array to a cell array that just has string values.

1 Ansicht (letzte 30 Tage)
fatemeh
fatemeh am 22 Dez. 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
i have a data set ,i convert it to cell array with this code :C = dataset2cell(ds)
but the values of this cell array are double and string. i want dataset values just be string! thanks!

Antworten (1)

Image Analyst
Image Analyst am 22 Dez. 2013
Use char() to convert string cells to strings. Use num2str() to convert the doubles to strings.
  3 Kommentare
fatemeh
fatemeh am 22 Dez. 2013
u know like these d={30 'hskjhs' 3 'kjk'} f={90 'kj' 3 'kjfk'} can i compare these?

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by