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.

답변 (1개)

Cris LaPierre
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.
Also, App Building Onramp. Ch 3.2 introduces app properties.

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

태그

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by