Community Profile

photo

Matteo


Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


*HDF5 library version mismatched error*
I'm trying to execute a mex file on ubuntu 14.04 which uses the hdf5 library. When i try to save the .h5 file i have this war...

10 years ago | 1 answer | 0

1

answer

Question


How to remove for loops from a code
I've to remove for loops from a code to speed it up. the code is: function [S p] = similarityMatrix(data,candidates) ...

10 years ago | 1 answer | 0

1

answer

Answered
How can i remove for loops?
Thanks! how much will it affect the speed? I'm also interested to learn something new about the for loops removal.

10 years ago | 0

Question


How can i remove for loops?
I'm trying to remove for loops from a code I wrote long time ago. function [Rup] = updateR(A,E,S) [imax,jmax,zmax] = siz...

10 years ago | 2 answers | 0

2

answers