Me gustaría una gran ayuda con un programa que estoy haciendoen appdesigner,pero tengo una falla en un a linea.
23 次查看(过去 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,20:52
编辑:Cris LaPierre
2024-11-6,20:53
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 中查找有关 MATLAB Web App Server 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!