photo

matuser123


Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Estadística

  • First Review
  • First Answer
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


runtime error with mex file: Cannot open shared object file: No such file or directory
I have compiled a .cpp file that includes shared object libraries. I used set_env('LD_LIBRARY_PATH') to set my LD_LIBRARY_PATH t...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Logical indexing in cell array
Is there a way to search strings in a cell array similar to numeric arrays? a = [1 2 3 4 5 6]; >> idx = find(a==3) ...

casi 8 años hace | 4 respuestas | 1

4

respuestas

Pregunta


Opening a .csv file from command line
In the file explorer in Matlab, I am able to right click a .csv file, select 'Open' and the file opens in a gui. Is there a comm...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Merging Unique Cell Array Elements
I have a cell array with non unique elements and an array with corresponding integer values. I'd like to combine all the repeat ...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Multiple include paths in mex
I have a source file with headers in multiple directories that I'm compiling. mex -v -IC:\working\tempInclude1 -IC:\working...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


depfun recursion for complete list of functions
I am trying to find all dependent functions for a given project using 'depfun' and recursion. I have an idea of how to do this b...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to extract multiple numbers with regexp?
I am trying to pull the ID from the following string. 'blah String XX blah' where XX is the number that could be anythin...

más de 8 años hace | 1 respuesta | 0

1

respuesta