photo

Jeff


Last seen: 4 years 前 自 2013 起处于活动状态

Followers: 0   Following: 0

消息

horribly new on matlab but loving it; sorry for so many questions but I appreciate all the support Professional Interests: economics, central banking

统计学

MATLAB Answers

11 个提问
9 个回答

排名
4,916
of 300,851

声誉
10

贡献数
11 个提问
9 个回答

回答接受率
90.91%

收到投票数
6

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,294

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Align subplot x-axes
I found a solution, realizing later that i didn't fit the graph 2 axis like I did for graph 1, and it seems to have solved the i...

7 years 前 | 1

| 已接受

提问


Align subplot x-axes
Hi all, could someone please help me on how to align the scales? % data data = rand(14,2); x = data(:,1); y = data(:,2); ...

7 years 前 | 2 个回答 | 0

2

个回答

已回答
Add two matrices (element wise addition) together ignoring NaNs
Ok, not to waste too much of the MathWorks communities' time but i did find what looks to be the appropriate solution: tmp ...

8 years 前 | 2

| 已接受

提问


Add two matrices (element wise addition) together ignoring NaNs
Hi all, Can someone help on this? I'm sure it is straight forward but getting stumped. I would simply like to add two matri...

8 years 前 | 3 个回答 | 1

3

个回答

已回答
what cause this error to xlsread randomnly?
I am currently getting the same error when just simply trying use xlsread on a .xlsx file and it doesn't appear to be related to...

10 years 前 | 0

提问


Generate new variables based on expressions in structure array using loops -- example provided need help to fix
Can someone help direct me on how to get this to work? For example, I would like to create a new variable in the 'var' structur...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Can you help to create a new variable on each loop?
Hi All, I would like to have a new "data" variable below to be created on each iteration of this loop - length(files) = 12; ...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
reading only a portion of a text file
fid = fopen('mydata.txt', 'r'); tline = fgetl(fid); k=1; while ischar(tline) disp(tline) findrows = strfind(tline, ...

12 years 前 | 0

已回答
reading only a portion of a text file
fid = fopen('mydata.txt', 'r'); tline = fgetl(fid); k=1; while ischar(tline) disp(tline) findrows = strfind(tline, 'A...

12 years 前 | 1

| 已接受

已回答
how to return first 5 digits of 6th column in cell array?
Ok found it; thanks anyway all cell{1,5}(1:5)

12 years 前 | 0

| 已接受

提问


how to return first 5 digits of 6th column in cell array?
Hi Matlab community, Here's another newbie question. I would like to replace the 6th column with the first 5 digits of that ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


reading only a portion of a text file
I would like to read in a text file that contains a header and footer of information, where the number of rows of the header/foo...

12 years 前 | 3 个回答 | 0

3

个回答

提问


how to append multiple CSV files with mix of numeric / non-numeric into one final table
Hi all, I have 60 CSV files that contain one column of text and the remaining 6 columns are numeric. The first row in all ...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
can someone help me loop this??
Hi Roger, this is bang on however I can't completely confirm because I screwed up in my example. The PC matrix is longer th...

12 years 前 | 0

提问


can someone help me loop this??
n=4 t=1:21 std_t1 = (((pc(1,:)- MA(1,:)).^2)/(n-1)+... ((pc(2,:)- MA(1,:)).^2)/(n-1)+... ...

12 years 前 | 3 个回答 | 0

3

个回答

已回答
How to export a DataMatrix to excel ???
just found this, seems like text is the only option dmwrite(z,'C:\matlab\excel\test.txt');

12 years 前 | 0

| 已接受

提问


How to export a DataMatrix to excel ???
Hi can someone help with this? I would like to export this DataMatrix to excel that includes the metadata created. x1=[10 8 ...

12 years 前 | 1 个回答 | 1

1

个回答

已回答
I would like to filter out some vectors based on a percent of aggregate
Found this in the matlab documentation just to share Find the indices of values in a vector that are greater than a specified...

12 years 前 | 0

提问


filter series based on test but how do I know what series passed??
Hi all, i had some help with this already from Image but one thing is I need to know what variables passed the test, as there wi...

12 years 前 | 1 个回答 | 0

1

个回答

提问


I would like to filter out some vectors based on a percent of aggregate
I would like to filter some time series based on their weight of the overall aggregate. The weights are to be calculated based ...

12 years 前 | 2 个回答 | 0

2

个回答