Matteo Tesori
Followers: 0 Following: 0
Feeds
질문
Fast footpoint computation over polygonal lines
Problem definition Consider a 2xm dataset matrix D encoding m 2-dimensional noisy observations. I want to project the dataset D...
8개월 전 | 답변 수: 1 | 0
1
답변질문
Fast dataset manipulation in MATLAB
Problem definition I have a dataset composed by m 2-dimensional vectors, stored in a 2xm matrix D. Given a rotation angle theta...
9개월 전 | 답변 수: 1 | 0
1
답변질문
Passing functions with fixed input
Consider the following function function f = fun1(x, a) f = a * x; end here x is a scalar variable and a is a scalar par...
11개월 전 | 답변 수: 1 | 0
1
답변질문
Skipping part of code
I've wrote a script that can be splitted in independent parts. Sometimes I don't want to execute all of them, and so I'm using o...
1년 초과 전 | 답변 수: 2 | 0
2
답변질문
Writing inside cell array
Let "f" be a function that returns a 3 by 1 cell. I have to evaluate "f" multiple times, say "N", and I would like to store the ...
1년 초과 전 | 답변 수: 2 | 0
2
답변질문
Computing the Gaussian Wasserstein distance
Problem I have to compute the Wasserstein distance between two bivariate Gaussian distributions with means , and covariances ,...
3년 초과 전 | 답변 수: 0 | 0