필터 지우기
필터 지우기

Algorithm to convert code into mathmatically meaningful and readable format in text

조회 수: 1 (최근 30일)
Hi, a simple question but perhaps no easy answers:
Does anyone know whether there is an algorithm or way to convert code (e.g. java, c etc) into a mathematically readable text format. One example is:
Input:
A = ( ( ( ( ( (X ) * Y ) / Z) * Q) * P) / R );
Output:
X * Y * Q * P
A = -----------------------
Z * R
Thanks for any advice.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by