Undefined function "" for variables of type 'char'
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
i'm trying to pass a python string to a matlab function this way:
AutonomesAuto = eng.Input_Fahrzeug('AutonomesAuto',4.9,2.0,30.0,5.0,9.00,0.0)
The AutonomesAuto is an object. When running this, I get the follwoing error:
'Undefined function 'Input_Fahrzeug' for input arguments of type 'char'.'
Does anyone know how to solve this problem? Thanks!
3 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Call Python from MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!