Oscar Frick
Followers: 0 Following: 0
Statistics
RANK
8.163
of 295.569
REPUTATION
5
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
5
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
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
Optimize fminsearch behaviour for "very good" initial guess
I have a script that calculates the shortest (optical) path between a startpoint and a set of target points (given a set of arbi...
bijna 6 jaar ago | 1 answer | 2
1
answerFigure to movie frame with set size
Some digging led me to this previously asked question: https://mathworks.com/matlabcentral/answers/272767-how-to-set-exact-fi...
ongeveer 6 jaar ago | 0
| accepted
Question
Figure to movie frame with set size
I'm generating movie frames from figures using the getframe function. However, I need the movie frame matrix output to be of a c...
ongeveer 6 jaar ago | 5 answers | 1
5
answersQuestion
"Row-wise" reshape of 3d matrix -> 2d matrix
I need to do a reshape of a 3d matrix to a 2d matrix, but where first row of each matrix along the 3d dimension corresponds to t...
ongeveer 6 jaar ago | 1 answer | 2
1
answerQuestion
plotting N number of lines without for-loops
I have two matrixes of size (N,3), "S" corresponding to line start points "E" to line end points. I want to plot these lines, an...
meer dan 6 jaar ago | 2 answers | 0
2
answersQuestion
min/max indexing of array
I have an array of values of the size (n,1,4), that contains Euclidian distances of vectors as well as some NaN values where the...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
Row wise indexing of 3d array
I have a 3d array, for example: (:,:,1) -0.1468 -0.4846 -0.3310 0.3212 -0.4570 0.1491 (:,:,2) ...
meer dan 6 jaar ago | 2 answers | 0
2
answersQuestion
Check if all vector elements have same sign
Is there an efficient (and easy) way to check if all elements of a vector have the same sign (not caring about zero values)? ...
meer dan 6 jaar ago | 1 answer | 0