Borrar filtros
Borrar filtros

Ascii to number/decimal

59 visualizaciones (últimos 30 días)
Edward
Edward el 25 de Sept. de 2012
Hi, ive read in a number into a file using regexp to find numbers from a string of data
so far i have a variable: s=2.50000
now if i try to manipulate this number for example s*2 i get the following answer:
"ans = 100 92 106 96 96 96 96 96"
im aware that this is ASCII format for the number but i cant work out how to change variable S into a normal number i can manipulate

Respuesta aceptada

Tom
Tom el 25 de Sept. de 2012
str2double(s)
or
str2num(s)

Más respuestas (0)

Categorías

Más información sobre Data Type Conversion 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