Li Alex Zhang

Results 33 comments of Li Alex Zhang

i tried different name with or without file extensions, the issue remains. right now, i am getting around the problem by syncing remote files to my local folder. The files...

the other thing is the HKB and LW estimate of the ridge constant. Could it be possible to add it to the pacakge?

also have this error on a mat file that had been successfully read.

I have a function that could partially do it, but it maybe need more testing and improvement. here it is: ```Julia "Convert `MATLAB` type to `Julia` type with proper dimention"...

I think @danielolsen and I were proposing that it would be convenient to optionally reduce 1xn or nx1 to vector and 1x1 to scaler if users want to or know...

here is the revised functions to reduce 1xn or nx1 to vector and 1x1 to scaler. ```Julia """ Drop matrix dims according to `MATLAB` convention. - scaler: scaler instead of...

@briochemc Thanks for checking the code and yes, I mean "scalar" instead of "scaler". The reason I add exclamation mark is that I meant to "in place" drop dims of...

the `f2` and `f3` does not handle Array of [Any,Dict,Array] when no dims dropped. see the result of z[:x7] ```Julia # Variables for testing x0 = "foo" x1 = rand(3000)...

yes, it's a bug, here is the new version. ```Julia """ Drop matrix dims according to `MATLAB` convention. - scalar: scalar instead of 1x1 matrix - rvector: vector instead of...