Juan Cardelino
Universidad de la República, Uruguay
Followers: 0 Following: 0
Professional Interests: Image processing
Python, C++, C, Java, PHP, Javascript, MATLAB, SQL, HTML, CSS, Arduino, Shell, Perl, Objective-C, VHDL
Spoken Languages:
English, Spanish
Statistics
RANK
13 115
of 295 569
REPUTATION
2
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
2
RANK
2 218 of 20 247
REPUTATION
789
AVERAGE RATING
2.70
CONTRIBUTIONS
2 Files
DOWNLOADS
10
ALL TIME DOWNLOADS
7654
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
2D fast marching algorithm
computation of distance maps using fast marching
mer än 11 år ago | 1 download |
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
mer än 11 år ago
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
mer än 11 år ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
mer än 11 år ago
Question
matlab compiler on osx: using a matlab generated shared library
Dear all, I've successfully generated a shared library in osx 10.8 with matlab R2011b, from a buch of .m files. I can m...
ungefär 12 år ago | 1 answer | 1
1
answerQuestion
matlab compiler on osx: mclSetExitCode declaration not found in Matlab R2011b
Dear all, I'm trying to compile a simple example on osx 10.8, which used to work with r2010. But seems that the functio...
ungefär 12 år ago | 0 answers | 0
0
answersQuestion
write a variant of fprintf
Dear all, I'm trying to implement a logging facility. For that reason, I want to replace my current calls fprintf(l...
mer än 12 år ago | 3 answers | 0
3
answersQuestion
unicode support in builtin editor
I've been happily using Matlab since release 4 (back in 1996), both in windows and in linux, without complains. However, still i...
nästan 13 år ago | 2 answers | 1
2
answersLoading the correct version of a dynamic library when doing a system() call
I found this out. Seems that in OSX the variable is called DYLD_LIBRARY_PATH instead of LD_LIBRARY_PATH. Now I am able to run m...
nästan 13 år ago | 0
| accepted
Question
Loading the correct version of a dynamic library when doing a system() call
I have a benchmark toolbox written in matlab which runs C programs over a large dataset then processes their output. This is per...
nästan 13 år ago | 1 answer | 0
1
answerSubmitted
Two sample Cramer-von Mises hypothesis test
A non parametric test to determine if to independent samples were drawn from the same distribution.
ungefär 13 år ago | 9 downloads |