Markus Toivonen
Aalto University
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
108,714
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
ScatteredInterpolant - first interpolation takes a long time
Hello, I have the following functions: componentInterpolants = cellfun(@(v) {scatteredInterpolant([x y z],v)}, num2...
6 years ago | 0 answers | 0
0
answersQuestion
Interpolating scattered 3 dimensional data
I have measured electric field data in three dimensions of the following form: pos = [x y z] ef = [e_x e_y e_z] The mat...
6 years ago | 1 answer | 0
1
answerQuestion
Finding the wanted linear combination of two parameters
I am not necessarily looking for the 100% right answer, maybe rather get feedback on how to approach solving this or what areas ...
6 years ago | 1 answer | 0
1
answerQuestion
Adding subplots to secondary axis
Is it possible to add subplots to a secondary axis in a figure? x1 = 1:5; x2 = 5:10; x3 = 10:15; y1 = exp(x1); y2 = ...
6 years ago | 1 answer | 0
1
answerQuestion
Returning a value from a function after click in figure
I would like to return a value from a function, based on the type of click that was used. I have the following codes: fi...
6 years ago | 1 answer | 0
1
answerQuestion
How to choose all other indices than ones I know?
Hello. If have an array a = [11 12 13 14 15] and I know that I want to change every other indice to NaN apart from i...
6 years ago | 3 answers | 0