photo

Jonathan


Finance, Financial Risk, Mathematics

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
40,541
of 297,457

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
71.43%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Chebyshev Economization on Fresnel Cosine Function.
I wrote the following function to calculate the Chebyshev Economization of the Fresnel Cosinus Function. The first while loo...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Variable amount of checkboxes in listbox (programmatic GUI)
I have in my programmatic GUI the following listbox: h.listbox = uicontrol('style','listbox','units','pixels',... ...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Counting all numbers after decimal point.
Hello everyone, I have the following program: function [ dec ] = digits( x ) % DETERMINE how many digits you have in ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Character for the real numbers - MATLAB
Hello everyone, This maybe is a simple question but I would just like to print the character for the real numbers on a plot....

11 years 前 | 1 个回答 | 1

1

个回答

提问


Scalar multiplication of a vector
Hello everyone, I want to write a program using as little for-loops as possible. I want to define the following multiplicatio...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Appending vector in long for-loop
I have this loop where x = 62012: while y < x p1 = percentChange(avgLine(y-9), avgLine(y-8)); p2 = percentChang...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Reshaping (M,N)-matrix to (M,1)-matrix
Hello everyone, I have a matrix, for example: A = [1, 2, 3; 4, 5, 6; 7, 8, 9] and now I want to create a ma...

11 years 前 | 3 个回答 | 0

3

个回答