Ivan Volodin - MATLAB Central
photo

Ivan Volodin


Last seen: 5 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 03/17 to 04/25Use left and right arrows to move selectionFrom 03/17Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

13 个提问
0 个回答

排名
87,007
of 298,264

声誉
0

贡献数
13 个提问
0 个回答

回答接受率
38.46%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Calculate average size of circles in jpg
Hello! I have pretty standart task to calculate average size of circles on variety of jpg files. So the whole application w...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Calculate true in binary array specifically
Hello! I have a boolean one-dimensional array, like binary = [0,0,0,1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,1,0 ..., 0] And I...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Subscript indices must either be real positive integers or logicals.while reading data from huge file
Hello! I have file with this structure Step 1 0.10190103 0.10145140 0.10097524 0.10050153 ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Read data from file
Hello! I was not sure which title fits better in my case so I just left it to be written in the most general way. I have th...

7 years 前 | 1 个回答 | 0

1

个回答

提问


better visualization of quiver()
Hello! I have some velocity-field, which I am trying to visualize by this code: quiver(x,y,Vx,Vy); Vx and Vy are arra...

8 years 前 | 1 个回答 | 0

1

个回答

提问


read data from file to two-dimensional array
Hello! There is a file, where 50x50 values are written, all in all 2500 values. They are written like this: 1 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Problems with normalization in fourier transform
I worked with fft() in matlab and tried to get spectrum two variete ways: 1) fft() from signal itsefl 2) fft() from autocorrelat...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Get autocorrelation function (ACF) two various ways
Hello! I would like to find ACF from signal first_step=0; step_t=0.01; last_step=1; N_=101; t=first_step:st...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Get spectrum from autocorrelation function using fft()
Hello! I would like to observe Fourier Spectrum, got through Autocorrelation function. This is my code: clear;clc; %%...

8 years 前 | 0 个回答 | 0

0

个回答

提问


The easiest way to add a line of determined slope to a loglog
Hello! I have a graph made by loglog(); and I would like to add determined slope. I am not saying about linear fit or...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Difference between spectrum of signal and amplitude of signal. Fourier Transform
Hello! I would very much pleased by knowing the following. If you have some signal and than acting to it by fft() Fourier tra...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Get spectrum. Fourier Transform
Hello! I need to get Fourier spectrum. I think, I am close to the goal, but have some misunderstandings. Variable 'signal' c...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Get view of overlapping two 3d surfs
Hello! I would like to be able to see how two different 3d plots overlapps. The problem is, when I create two different surfs ...

8 years 前 | 1 个回答 | 0

1

个回答