Info

This question is closed. Reopen it to edit or answer.

Input problem when using Builder EX

1 view (last 30 days)
Gunnar Aronsen
Gunnar Aronsen on 9 Feb 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
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

Answers (0)

Community Treasure Hunt

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

Start Hunting!