Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how can we put the values obtained in static boxes in matrix form in gui?

조회 수: 1 (최근 30일)
rafi el hasbani
rafi el hasbani 2015년 10월 26일
마감: MATLAB Answer Bot 2021년 8월 20일
We are using GUI. We have a certain function that uses the inputs given by the user and applies them in mathematical formulas, then gives us the output displayed in several static text boxes. We then want to use these output results and perform some simple mathematical operations on them (example: if we got '6' as an output in a static box, we want it to be displayed as 6*4 in the matrix) and then show them all in matrix form in the same GUI figure. Later, we will find the inverse of this matrix.

답변 (1개)

TastyPastry
TastyPastry 2015년 10월 26일
Sounds like you need a uitable().
You can create a uitable() object inside a figure and update it as the user enters input.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by