How can i integrate and use a matlab class when using .Net Builder?

1 view (last 30 days)
I have a mathlab class with some functions similar to the ones in this example http://www.mathworks.com/help/matlab/matlab_oop/developing-classes--typical-workflow.html How do i use this class when i want to deploy the dll and how can i use the function in C#? I know that i have to reference the dll-s after i build them. I want to be able to do smth like this in Visual * BA = BankAccount(1234567,500); * BA.AccountNumber ans = 1234567 * BA.AccountBalance ans = 500 BA.AccountStatus ans = open

Answers (0)

Community Treasure Hunt

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

Start Hunting!