Community Profile

photo

Laurentiu Galan


New York University

2011년부터 활동

통계

  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


How do I modify this small code to be able to extract data to a matrix and not a buffer?
url_string='http://ichart.finance.yahoo.com/table.csv?s=AAPL&a=10&b=15&c=2005&d=01&e=17&f=2006&g=d&ignore=.csv' buffer ...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


Is it possible to run this loop?
Hi guys, I am trying to run a nested loop that will pull data from Yahoo Finance and will export some information into a column...

대략 12년 전 | 답변 수: 0 | 0

0

답변

답변 있음
How do i find one string with another?
Thanks Andrew!! This is great. Now comes the really tough part. I want to loop the whole process. Basically I want to open...

대략 12년 전 | 0

질문


How do i find one string with another?
Hi Guys, I am trying to sequentially look for a string in a document and was wondering how I would go about doing that. Es...

대략 12년 전 | 답변 수: 3 | 0

3

답변

질문


General question about how do I loop this process?
%Pull all the Data into Matlab to Pull each line and Read the contents back into an array fid = fopen('C:\Users\Laurentiu G...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


Why am I getting this horzcat error? The dimensions are the same(??)
Here is my code: [numericalData, textData] = xlsread('c:\Users\Laurentiu Galan\Desktop\tickoutput2\A.csv'); newmat=flip...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can I loop xlsread to open files?
Basically I want to open a bunch of Yahoo Finance FIles and parse them because they come in a really ugly format (can't use csvr...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How do I load these files using the directory and then reinvert the matrix?
%% PathStr = 'c:\Users\Laurentiu Galan\Desktop\tickoutput'; Files = dir(fullfile(PathStr,'*.csv')) %% for k=1:...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How do I loop this code to open each file, conduct a simple operation and resave?
Hi, I have a bunch .csv with five columns. I am trying to create a loop that will open each file in the directory, take each...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Any ideas why I am getting this 'catch' error? Does anyone know how I can solve it?
%Code to Get Matrix fid=fopen('C:\Users\Laurentiu Galan\Desktop\Tickers.csv'); C = textscan(fid, '%s'); fclose(fi...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How do I run this loop to download data from yahoo finance?
%Code to Get Matrix fid=fopen('C:\Users\Laurentiu Galan\Desktop\Tickers2.csv'); C = textscan(fid, '%s'); fc...

12년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How do I export this file i downloaded to a separate file on my desktop?
This helps, but how do I save thisurl to a separate .csv file on my desktop. Thanks!

12년 초과 전 | 0

질문


How do I export this file i downloaded to a separate file on my desktop?
Hi, I've just started using Matlab and was wondering if someone could help me with finishing up this code. Basically I am...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How do I grab the files names from a directory and store them in a matrix?
Hi Guys, I have a bunch of file names in a directory...call it c:\output They are formatted YYYYMMDD. A sample one is 1987...

12년 초과 전 | 답변 수: 2 | 0

2

답변