pretty and uitable gui

조회 수: 2 (최근 30일)
john
john 2013년 2월 19일
result of code
syms a b c
pretty[a^2;b/c]
is possible to insert into uitable- gui?
And also it is possible to put it into uitable into separately lines?
thanks

채택된 답변

Walter Roberson
Walter Roberson 2013년 2월 19일
T1 = [a^2;b/c];
T2 = evalc('disp(T1)');
Now T2 will be a char() array.
When you put it into separate lines in the uitable, do you want the raised 2 to be a separate line from the "a" ? Or do you want each of the expressions to become character arrays that you would insert one complete expression per cell ?
  댓글 수: 7
Walter Roberson
Walter Roberson 2013년 2월 20일
I do not have the Mathworks MuPAD-based symbolic toolbox, so I am testing with the Maple-based symbolic toolbox; it is working for me in that.
john
john 2013년 2월 20일
Maybe that is different, but thanks for help

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

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by