Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Input problem when using Builder EX
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi
Working with a class which I will make deployed. Input to the class-constructor is a cell with dimension (21 X 2). In the VBA code the class comes out with several variabels. Is't possible to write the matlab code in such a way that variabels in Excel-VBA is tagged/named.
Or is there somebody that can explain to me who one MatLab variable is turned in to several in the VBA-code. Exampels found on the web all involve functions, none is about converting a MatLab class direct to a class in Excel-VBA.
The conversion from MatLab to Excel-VBA functions fine, and I get error messages which I have written myself. I'm also very used to work with Excel-VBA and quite sure that I not doing any thing wrong there.
So my problem is to understand what happen with the one variable used to initialize the class, how does it become 28. Is there maybe a restriction on the numbers of variabels in Excel-VBA function, and I therefore only get 30, not 21 x 2 = 42.
Regards Gunnar Aronsen
0 commentaires
Réponses (0)
Cette question est clôturée.
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!