photo

heidi pham


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

15 个提问
0 个回答

排名
175,260
of 300,781

声誉
0

贡献数
15 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,031

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


defining functions in equivalent ways but get different results
Hello, when i run the following code with different ways of defining the function, I got the different results (the graphs prod...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Loop with no index
hello, I feel quite strange when the below loop can run normally eventhough it loops over "l" which never appear inside the cod...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Interpolation method (spline)
Hello, I am learning about interpolation. In this link https://www.mathworks.com/help/matlab/ref/interp1.html, I see that th...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Plot figure - get title
Hello, I am reading the following code, and I do not understand the last two lines. I run it, but it does not change the figure...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Convert fortran code to Matlab code C - Get result as complex numbers
Hello, I tried to convert a fortran code to matlab code. I don't know why I get very weird resutl after running my Malab code (...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Why have negative value in result
Hello, In the following code, I try to exclude the case when there is any element of the vector "kseq" in my code. So, I expect...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Iteration error iter=0
Hello, I am trying to solve a 2nd order difference equation with given bounds. Specifically: I need to solve for a sequence ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Solving a system of inequations and equations
Hello, I need to solve a system of inequations and equation, as follows: The variables need to be solved include: x, y1, y2 e...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Put Strings in a column
Hello, I am trying to make a table like the following code. But when I type my code, countries in each column could not be...

7 years 前 | 2 个回答 | 0

2

个回答

提问


2d matrix of index to get value of 3D matrix
Hello, I have matrix A with size (37,30,1000); and a matrix B with size (37,1000). I want to use matrix B as a matrix of ind...

7 years 前 | 2 个回答 | 0

2

个回答

提问


sub2ind Get values of 3D matrix using an index vector
Dear all, I have a 37*30*100000 matrix (call matrix A), and a 37*1 vector which contains elements are indexes of the column f...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Get corresponding value of a 3D matrix using an index vector
Hello,I have a 3D matrix, dimesion 37*30*1000. And an index vector i, dimension 37*1, containing the index of the column I want ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


work with huge matrix
Hello, I have a matrix of which dimension is so huge (10^6 column and 37 rows). I have to do some computation with this matrix...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Find the rows with specific value for each column
Hello, I have a 37*10000 matrix, called matrix A. For each column, I want to get the rows which has a certain value, let's s...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Etstimate AR(1) coefficient in Matlab
Hello, I have a time series data of GDP of US during 1980-2017 yearly. I assume that GDP follows an AR(1) process, like: y(t)...

7 years 前 | 0 个回答 | 0

0

个回答