photo

tandemuse


Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
2 个回答

排名
166,785
of 300,895

声誉
0

贡献数
8 个提问
2 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 21,106

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,552

贡献数
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 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答

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

4 years 前 | 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 years 前 | 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...

5 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答