Community Profile

photo

Fei


parametricafund

Active since 2013

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
How can I overwrite only one dataset without affecting other datasets in an HDF-file using HDF5WRITE in MATLAB 7.7 (R2008b)?
Is there anyway to remove a dataset instead of overwriting it? h5create('file.h5','/data/a',1); h5write('file.h5','/data/a',10...

7 years ago | 1

Question


Potencial Matlab Bugs with keyword close
Hi, I stumbled across the blow problem. let's say I generated the below matrix and save to d: close = rand(10, 10); ...

11 years ago | 1 answer | 0

1

answer

Question


matlab batch stopped in the backend
I started a batch cmd as below job5 = batch(@getHighFreqData, 1, {5}, 'Profile', 'local'); When I locked my computer an...

11 years ago | 2 answers | 0

2

answers

Question


matlab batch error check
Hi, I run the following commands job5 = batch(@getHighFreqData, 1, {5}, 'Profile', 'local'); and I can use the job5.S...

11 years ago | 0 answers | 0

0

answers

Question


matlab csharp programming performance
I used matlab to call the c# interface to retrieve some data as below: price = histData.getTickData(...); price...

11 years ago | 0 answers | 0

0

answers