how to convert text into expression

I have a text file which has string say as (50%((15000-a)+b)). is there any way to calculate this expression.

댓글 수: 1

Stephen23
Stephen23 2016년 8월 19일
편집: Stephen23 2016년 8월 19일
Note that (50%((15000-a)+b) is not valid MATLAB syntax, and appears to be written in some other language: you would have to write a parser for whatever language that is. This is not a trivial task.

댓글을 달려면 로그인하십시오.

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2016년 8월 19일
편집: Stephen23 2016년 8월 19일

0 개 추천

It seems that you are looking for functions such eval, which in fact is not recommended by forums and also by Matlab help. read

카테고리

도움말 센터File Exchange에서 Characters and Strings에 대해 자세히 알아보기

태그

질문:

2016년 8월 19일

편집:

2016년 8월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by