converting specific characters to a variable
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi I have a string which look like this "x1 + x2+ 2.0e-14". I want to convert x1 and x2 to variables and use further. In addition I also want to convert the "2.0e-14" as a number. I have plenty of such variables. Is there any script which can recognize characters starting with "x" are variables and rest of them are numbers.
0 comentarios
Respuestas (2)
Star Strider
el 20 de Mayo de 2016
You will need the Symbolic Math Toolbox to do what you want.
0 comentarios
Ver también
Categorías
Más información sobre Characters and Strings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!