ERROR: MATLAB R2017a cannot run RTI Connext Shapes Demo
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
DDS.import('ShapeType.idl','matlab', 'f')
Warning: DDS.Utilities.getRtiPaths: Unable to obtain mex compiler info. rtiddsgen preprocessor is being disabled. To correct, run mex -setup
> In DDS.Utilities.getRtiPaths
In DDS.Utilities.convertIDLtoXML
In DDS.import
INFO com.rti.ndds.nddsgen.Main Running rtiddsgen version 2.5.0, please wait ...
INFO com.rti.ndds.nddsgen.Main Done
Error using DDS.Utilities.convertDDStoMathWorksType
DDSType: int32
Error in DDS.internal.readTypesXML.Member
Error in DDS.internal.readTypesXML.Struct
Error in DDS.internal.readTypesXML.readTypesXML/readType
Error in DDS.internal.readTypesXML.readTypesXML
Error in DDS.import
5 comentarios
Humza Wali
el 23 de Sept. de 2017
Editada: Walter Roberson
el 23 de Sept. de 2017
Ibrahim Nemer
el 24 de Sept. de 2018
Sorry Sir, Did you find any solution for this kind of error? It's almost same to your error.
>> DDS.import('ShapeType.idl','matlab', 'f'); INFO com.rti.ndds.nddsgen.Main Running rtiddsgen version 2.5.2, please wait ... ERROR com.rti.ndds.nddsgen.Main Fail: java.lang.Exception: Error executing
Respuestas (1)
Walter Roberson
el 23 de Sept. de 2017
You need to install a compiler suitable for your release, and run mex -setup
2 comentarios
Humza Wali
el 23 de Sept. de 2017
Editada: Walter Roberson
el 23 de Sept. de 2017
Humza Wali
el 23 de Sept. de 2017
Editada: Walter Roberson
el 23 de Sept. de 2017
Ver también
Categorías
Más información sobre Write C Functions Callable from MATLAB (MEX Files) en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!