Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Input problem when using Builder EX

조회 수: 2 (최근 30일)
Gunnar Aronsen
Gunnar Aronsen 2013년 2월 9일
마감: MATLAB Answer Bot 2021년 8월 20일
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개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by