Search found 1 match

by cmaz
Mon Mar 29, 2010 8:04 pm
Forum: SUB-20 General Discussion
Topic: Using SUB-20 .NET interface in Matlab
Replies: 2
Views: 26718

Re: Using SUB-20 .NET interface in Matlab

I'm trying to perform the GPIO functions in Matlab 2009a but seem to be having a bit of trouble. Following your example code NET.addAssembly('C:\Program Files\SUB-20\bin\sub20dnc.dll'); sub20 = Xdimax.Sub20(); Data = NET.createArray('System.Int32', 1); =================== sub20.GPIO_Read(Data) ??? N...