Domanda


Undefined function or variable 'Sheets'.
Hello! I'm using this code to get formulas from excel sheet: excel = actxserver('Excel.Application'); excel.DisplayAlert...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Error using xlsread (line 260)
Hello! Today "xlsread" function give me this error: Error using xlsread (line 260) Undefined function 'Activate' for inp...

quasi 7 anni fa | 1 risposta | 1

1

risposta

Domanda


How can I extract content froma website?
I need to extract the "last price" from the second row (strike price 8,000.00) in this website: http://www.eurexchange.com/ex...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Risposto
can't connect to yahoo
Hello! I contact Matlab support and they give me a new code for datafeed toolbox. Now it works! You should do the same if you wa...

quasi 7 anni fa | 2

Domanda


Datafeed returns an error using fetch function
Hi everybody, I'm trying to use "fetch" function with this code: fetch(yahoo,'SPY',today()) but I recive this error: ...

circa 7 anni fa | 7 risposte | 1

7

risposte

Domanda


Select my mail address to send mail by Outlook with Matlab
Hello, I'm using this function to send mail through Outlook with matlab: function sendolmail(to,subject,body,attachments) ...

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


Paste values in excel with MATLAB COM activeX
Hello I need to paste as values in Excel some copied cells. How Can I do? With my code I can copy as formulas and not as values!...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I detect the third saturday of each month?
Hello everyone! I have the follow vector of date-number: 734321 734328 734336 734342 734349 734356 734363 734371 734...

circa 7 anni fa | 1 risposta | 0

1

risposta

Risposto
How can I concatenate two or more arrays without using num2str?
Many thanks!!!!

circa 7 anni fa | 0

Domanda


How can I concatenate two or more arrays without using num2str?
For example if I have two vertical arrays: A = [1;2] B = [3;4] I need this output: C = [13; 24] The problem is that...

circa 7 anni fa | 2 risposte | 0

2

risposte

Domanda


How Can I avoid a loop for in a table?
Hi everyone, I have a table called 'export' with more than 2000000 rows. One of its column, called ' Expiration', is a dates ...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


How concatenate two tables in MATLAB?
I have two tables with no variables in common, with the same number of rows and with different number of columns. For example: ...

oltre 7 anni fa | 1 risposta | 1

1

risposta

Domanda


How can I assign a variable name to each column of a table composed by only one matrix?
I have a matrix that I can`t divide in vectors one by one (because it has 130 columns). For exemple, if I have: A = [1 2 3; ...

oltre 7 anni fa | 2 risposte | 1

2

risposte

Domanda


How can I convert a datetime vector to cell??
hi all, I have a vector of 4000 dates like: 25/07/1996; 26/07/1996; 29/07/1996; 30/07/1996; 31/07/1996; 0...

oltre 7 anni fa | 3 risposte | 0

3

risposte

Domanda


How can I say if (A & B) or C in Matlab?
Hi! I have three conditions A, B and C. I would like to set: if both A and B or C in Matlab. I thought to: if (A && B) | C ...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


How do I expand fields of a structure?
Hello everyone, I have a 1x21 structure with 9 fields. Each fields is a "nx2 double" or "nx1 double". Opening the structure, i...

circa 8 anni fa | 1 risposta | 0

1

risposta

Risposto
linear regression with GARCH/EGARCH errors
How can i extract the e vector? Thanks!

oltre 9 anni fa | 0