Community Profile

photo

Laurentiu Galan


New York University

Attivo dal 2011

Followers: 0   Following: 0

Contatto

Statistiche

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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 ...

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 12 anni fa | 0 risposte | 0

0

risposte

Risposto
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...

oltre 12 anni fa | 0

Domanda


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...

oltre 12 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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:...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
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!

oltre 12 anni fa | 0

Domanda


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...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 12 anni fa | 2 risposte | 0

2

risposte