File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 2626 - matlab_root (modify PATH, ln -s)
2727 - /bin/csh
2828
29- <2015-05-10 Sun 21:32>
30-
3129* Spread the word
3230
3331** Show HN
@@ -78,7 +76,6 @@ matlab = matlab_wrapper.MatlabSession(auto_int_conversion=True)
7876 - check the standard library for the best kill/terminate functions
7977
8078
81- <2014-08-14 Thu>
8279
8380MATLAB is unresponsive during execution of svd(). I did not find a
8481way to reasonably kill the process (in destructor), because it hangs
@@ -160,18 +157,15 @@ OSError: /nfs/system/opt/MATLAB/R2014b/bin/glnxa64/libicuio.so.52: undefined sym
160157
161158https://groups.google.com/forum/#!topic/matlab_wrapper/wAp6veM6xgY
162159
163- <2015-04-18 Sat 19:41>
164160
165161Numpy indexing comes form C.
166162
167163In carr[i][j][k], k iterates the most inner row arrays.
168164
169- <2015-04-18 Sat 20:16>
170165
171166arr.ravel('K') flattens array in the order the elements occur in the
172167memory.
173168
174- <2015-04-18 Sat 21:06>
175169
176170matlab_wrapper has to take into account inverse indexing:
177171
You can’t perform that action at this time.
0 commit comments