Community Profile

photo

Juan Cardelino


Universidad de la República, Uruguay

Last seen: 대략 1년 전 2011년부터 활동

Followers: 0   Following: 0

연락

Professional Interests: Image processing

Programming Languages:
Python, C++, C, Java, PHP, Javascript, MATLAB, SQL, HTML, CSS, Arduino, Shell, Perl, Objective-C, VHDL
Spoken Languages:
English, Spanish

통계

All
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

제출됨


2D fast marching algorithm
computation of distance maps using fast marching

10년 초과 전 | 다운로드 수: 5 |

Thumbnail

문제를 풀었습니다


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 ...

10년 초과 전

문제를 풀었습니다


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...

10년 초과 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

10년 초과 전

문제를 풀었습니다


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:...

10년 초과 전

질문


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...

11년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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...

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

대략 12년 전 | 답변 수: 3 | 0

3

답변

질문


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...

12년 초과 전 | 답변 수: 2 | 1

2

답변

답변 있음
Loading 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...

12년 초과 전 | 0

| 수락됨

질문


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...

12년 초과 전 | 답변 수: 1 | 0

1

답변

제출됨


Two sample Cramer-von Mises hypothesis test
A non parametric test to determine if to independent samples were drawn from the same distribution.

12년 초과 전 | 다운로드 수: 4 |