Statistics
7 Questions
0 Answers
RANK
37 218
of 295 527
REPUTATION
1
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
1
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
mer än 6 år ago | 0 answers | 0
0
answersQuestion
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) ...
ungefär 8 år ago | 4 answers | 1
4
answersQuestion
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...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
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 ...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 8 år ago | 2 answers | 0
2
answersQuestion
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...
nästan 9 år ago | 1 answer | 0