photo

tandemuse


Last seen: 2年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
2 回答

ランク
111,049
of 300,779

評判
0

コントリビューション
8 質問
2 回答

回答採用率
75.0%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,997

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


2D Fourier Transform of a function z=f(r,t)
I want to retrieve the 2D Fourier transform w=g(u,v) of a function z=f(r,t) and retrieve u,v and w. However, the results I'm get...

3年以上 前 | 0 件の回答 | 0

0

回答

質問


Solve the Euler-Lagrange equation
Using calculus of variations (optics subsection) we can show that the following Euler-Lagrange equation must be true: with th...

4年以上 前 | 0 件の回答 | 0

0

回答

回答済み
Find the curve connecting points following the gradient
Use the command streamline()

4年以上 前 | 0

| 採用済み

質問


Find the curve connecting points following the gradient
Hello, I'm in the following situation: dx = 0.1; dy = 0.1; x = -2:dx:2; y = -2:dy:2; [X,Y] = meshgrid(x,y); t = peaks(...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


How to remove spurious lines?
Hello everyone! Why do these horizontal lines appear in the last plot and how can I remove them? fs = 100; data = load("data...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Extract output data from meshgrid input
I have some data which I have interpolated as follows: Data = load("data.txt") x = Data(:,1); y = Data(:,2); z = Data(:,3)...

5年弱 前 | 2 件の回答 | 0

2

回答

回答済み
4d smooth plot with slices
Solved it using the answer from: https://www.mathworks.com/matlabcentral/answers/500825-how-to-obtain-volume-data-from-x-y-z-c-...

5年弱 前 | 0

| 採用済み

質問


4d smooth plot with slices
Hello I have a txt file (I have attached it as "Data.txt") with 4 columns, each representing a variable x,y,z,v. I plot this in ...

5年弱 前 | 2 件の回答 | 0

2

回答

質問


Sum elements of corresponding equal elements
for i=1:length(C)-1 for j=i+1:length(C) if C(i,1)==C(j,1) C(i,3)=C(i,2)+C(j,2); end ...

約5年 前 | 1 件の回答 | 0

1

回答

質問


Find the vector sum combination that gives the minimum vector length
General outline: I have a number of vectors ,...etc as a pair of numbers such as ,... I want to list all the possible sums of ...

6年弱 前 | 2 件の回答 | 0

2

回答