Domanda


reshaping a vector of dates (2)
Dear all, I have a cell column vector that contains the following elements AAA={'AUGUST-SEPTEMBER 1999' ... 'OC...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


deleting all the empty rows
Dear all, I have [N,T,R]]=xlsread(name); I want to erase all the empty rows in T. I suggest T( all(cellfun(@isemp...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


creating a string variable to be used in xlswrite
Dear all, I have [N,T,R]=xlsread(Name); where Name={'Input_DE_carrots.xlsx'} The DE which represents the countr...

oltre 11 anni fa | 3 risposte | 0

3

risposte

Domanda


Selecting a particular part of a string variable
Dear all, I have A={'BARI 500 esd' ... 'DUR NOR 18 df ' } I want to choose the part of the string that is up t...

oltre 11 anni fa | 3 risposte | 0

3

risposte

Domanda


selecting only the numbers from a string variable
Dear all, I have A={'BARI 500G' ... 'DUR NOR 18CONmS' ... 'SENSO NORM ST-TUB 75ML '... 'MARL 100S 20CIG'......

oltre 11 anni fa | 3 risposte | 3

3

risposte

Domanda


reshaping 2 vectors of dates
Hi everyone I have the following cell vector of dates D={'September-October 2000' ... 'November-December 2000' ... ...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


a problem with "for loop" that contains "if staetement"
Dear all, I have the following code list= {'jj.xlsx' ... 'rt.xlsx' ... 'gt.xlsx' } ...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


verification of the intepretation of a simple code that contains "isequalwithequalnans"
Could you please verify the interpretation of the code if ~(isequalwithequalnans(a, b) ==1 | isequalwithequalnans(a, c) ...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


save variables of different dimension in the same excel file
Hi, I want to save in the same excel file variables of different dimension that I create. Foe example say that a variab...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


more efficient way of coding a series of string variables which contain a fix subset of strings
Dear all, I have the following list l1= 'di _Aust.xlsx' ; l2='di _Bel.xlsx' ; l3='di_Est.xlsx'; l4 = 'di...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


Display warning only if the "if "statement is not satisfied
Hi, I want to create an if statement that will warn me ONLY if the “if “ is NOT satisfied I tried initially, if qs...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


comparing matices that contain numbers and NaNs
I have 2 cell matrices R and W and I want to check if they contain the same elements. Specifically, I want to compare R which ...

oltre 11 anni fa | 3 risposte | 0

3

risposte

Domanda


treating NaN as a unique value (instead of as a distinct)
In http://www.mathworks.de/help/techdoc/ref/unique.html there is the following example: Unique Values in Array Cont...

oltre 11 anni fa | 4 risposte | 1

4

risposte

Domanda


Calculating combinations of dates with empty cells
Dear all, I have the following cell vector of dates jji= ' ' '28/12/08' '25/01/09' that corresponds...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


finding the exact location of empty cells
Dear all, I have the following cell matrix clear all clc k = cell(2,6)' k{1} = '7'; k{12} = 3; To find em...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


replacing specific elements in a matrix
Dear all, I have a matrix A of dimension 9126 by 2 and I want to replace the elements (39,2) (39*2,2) , (39*3,2), (39*4,2) a...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Calculating combinations of dates
Dear all, I have the following cell vector of dates jji= '23/11/08' '28/12/08' '25/01/09' ...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


replacing "zero dates " so as to be empty
Dear all I have the following cell vector '00/00/00' '00/00/00' '00/00/00' '00/00/00' '00/0...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


projecting values to future dates
Dear all, I have the following sequence of dates Dates=['02/11/08' '30/11/08' '28/12/08' '25/01/09...

quasi 12 anni fa | 0 risposte | 0

0

risposte

Domanda


Finding the end date of each month/year
Dear all, I have the following sequence of dates dates =[ '23/11/08' '28/12/08' '25/01/09' '22/0...

quasi 12 anni fa | 2 risposte | 0

2

risposte

Domanda


replicating a cell vector of dates
Dear all, I have the cell vector jji= 'JAN 2009' 'FEB 2009' 'MAR 2009' 'APR 2009' 'MAY 2009' ...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Separating a column in two others when there are empty cells
Guys, I have the following cell Column ' ' '4W231108' '4W211208' '4W180109' '4W15020...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


breaking a column of strings in two different columns
Dear all, Inside the workspace I have the following column in cell format Column 1 ‘AR021108' 'AW301108' ...

quasi 12 anni fa | 2 risposte | 0

2

risposte

Domanda


temporal disaggregation
Dear all I have the following data set dates price 23/11/08 2 28/12/0...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


interpolation to specific sequence of dates
Dear all, I have a panel data set of prices of goods that vary across time and countries. The data are in an excel file ...

quasi 12 anni fa | 2 risposte | 0

2

risposte

Domanda


calculating the difference (in days) between successive dates
Dear all, I have the following sequence of dates dd={'2-11-2008' '30-11-2008' '28-12-2008' '25-01-2009' '22-...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


analyzing assymetric data sets
Dear all, I have some data on prices for a specific good across time and across countries. The first problem is that the sta...

quasi 12 anni fa | 0 risposte | 0

0

risposte

Domanda


finding all the other elements of a cell vector apart from zeros and empties
Dear all, I want to find all the elements of a cell vector apart from zeros and empties Using the command ismember(mm,...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


finding unique string variables from a column vector
Dear all, I insert an excel file into matlab as follows clear clear all [data,text,all] = xlsread(A.xlsx'); ...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


plots of dates
Dear all, I have a panel data across countries and individuals. For each country I have a sequence of dates For France for ex...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Carica altro