Me gustaría una gran ayuda con un programa que estoy haciendoen appdesigner,pero tengo una falla en un a linea.
조회 수: 2 (최근 30일)
이전 댓글 표시
Me gustaría una gran ayuda con un programa que estoy haciendoen appdesigner, pero tengo un problema para que me pase el valor que seleccione el usaurio como base y me lo coloque como texto, si me pudieran ayudar.

댓글 수: 0
답변 (1개)
Cris LaPierre
2024년 11월 6일
편집: Cris LaPierre
2024년 11월 6일
You are trying to use a variable that has not been defined inside your function. What are convertedD1, convertedD1, and convertedD3?
You probably need to add these as properties of your app, and then access them inside the function using dot notation: app.convertedD1, etc.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!