Search found 4 matches

by alex123321
Mon Jan 21, 2019 3:27 am
Forum: MATLAB
Topic: capture the data with matlab
Replies: 1
Views: 2894

capture the data with matlab

hi,i have a big problem about getting data by matlab . when i use matlab 2010b,i input " [numSamples, overflow, chA, chB] = invoke(blockObj, 'getBlockData', 0, 0, 1, 0);" then i get data of cha and chb.both value are matrix of 1*15000 because the num of samples i set is 15000,that is the output i wa...
by alex123321
Mon Jan 21, 2019 2:18 am
Forum: MATLAB
Topic: can’t connect matlab with pico
Replies: 2
Views: 3698

Re: can’t connect matlab with pico

thank you! now i have solved this problem ,it is because i put the wrong file of pico.status in the path
by alex123321
Thu Jan 17, 2019 1:28 am
Forum: MATLAB
Topic: MATLAB Instrument Driver Releases
Replies: 8
Views: 23721

Re: MATLAB Instrument Driver Releases

hi! may i ask a question? i have matlab2010 and matlab2017 pico3206d sdk and so on ,when i input such command like : PS3000aConfig; % Create a device object. ps3000aDeviceObj = icdevice('picotech_ps3000a_generic.mdd'); % Connect device object to hardware. connect(ps3000aDeviceObj); %设备连接 then i got ...
by alex123321
Wed Jan 16, 2019 8:53 am
Forum: MATLAB
Topic: can’t connect matlab with pico
Replies: 2
Views: 3698

can’t connect matlab with pico

as you can see : when i input "connect(ps3000aDeviceObj); " it shows this below. what can i do to connect successfully??? 错误使用 icdevice/connect (line 114) An error occurred while executing the driver connect code. 类 PicoStatus 没有名为 'PICO_USB3_0_DEVICE_NON_USB3_0_PORT' 的常量属性或静态方法。 If this error is no...