Borrar filtros
Borrar filtros

how to pass point to comma in matlab

1 visualización (últimos 30 días)
marcel
marcel el 16 de Abr. de 2012
hello every body. I have raw data that I recovered of a laser sensor this the point in such data is 12,365, does it have a way to pass commas in matlab example 12.365 (for the moment I made it through labview), thank you for your help

Respuesta aceptada

Thomas
Thomas el 16 de Abr. de 2012
b='12,365'
s1=strrep(b,',','.')
c=str2num(s1)

Más respuestas (0)

Categorías

Más información sobre LabVIEW en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by