Markus Toivonen
Aalto University
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
ScatteredInterpolant - first interpolation takes a long time
Hello, I have the following functions: componentInterpolants = cellfun(@(v) {scatteredInterpolant([x y z],v)}, num2...
6年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 3 件の回答 | 0