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 months 前 | 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 months 前 | 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 months 前 | 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 year 前 | 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 year 前 | 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 years 前 | 0 个回答 | 0