Community Profile

photo

Wesso


Last seen: 8 Monate vor Aktiv seit 2019

Statistiken

  • First Answer
  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


error using the join function
FinalData = join(All,M4,'Keys','ID','Year'); % I want to join All and M4 based on the common variables ID and Year. I want all...

8 Monate vor | 2 Antworten | 0

2

Antworten

Frage


Automatically sorting years and quarters in a serial number
Hi, I have alarge sample of quarterly data. I have years (example 1990....2022) and quarters (1,2,3,4). How can i generate a s...

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


Creating automatically a folder name and cd the folder based on excel file name
Hi, I have excel names based on countries. for example I have Iraq.xlsx file save under C:\Documents\MATLAB so, I write : T = r...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


unique is giving the same expression twice
Hi, (data is attached) [Country,~,ix] = unique(A); tally = accumarray(ix, 1); Q2= table(Country, tally); Q2 contains the sa...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Replacing -999 in a table to NaN regardless of the type of the column
Hi, I have table Final with -999 and -9999 representing missing values (Data attached). I would like to replace these -999 wi...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Changing values in a table
M is a table where if a specific column in M is =1 the respective rows in the subsequent columns (starting at cl1 and ending at...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Exporting variable names and their respective data types to excel
Hi, I have many tables with different sizes. I am trying to concatenate these tables where the column names match but it seem...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Appending 2 Tables with different column order and different number of columns
Hi, I need to append tables with different column orders but have the same header for the respecitve columns. For example A.Pr...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Reassigning columns to a table
Hi, I have a table A from which I selected few columns to recompute using function correctiona. The column names are from a sur...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Getting rid of loops
Hi, I am trying to clean matrix A (which is a 1064 x 4 matrix) while relying in the cleaning process on Matrices B and C that ha...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Adding a categorical column to a table
I have a table and I want to a dd a categorical column to the table so that i end up with a 3 column table. How is it possible t...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


finding and replacing problematic cells in a table
Hi, Attached a data file that I am working on. I want to replace N/A cells with -999. I also want to find empty cells (th...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Cell array to table in a display mode
Hi, I have a cell array of stored unique values that has the following format: when I tried to look at these unique values t...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Joining two tables with two common columns
Hi , I have two tables A and B. They have two common columns: A's columns are Date, ID, col1, col2 etc... B's columns are ...

fast 4 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


Date format 03mar2013
Hi, I hope all is well. How can I read dates such as 03mar2013 and transform them to matlab datenumber? I hav ethese dates i...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Matching based on working days
Hi, I have a vector A of dates and I want to create a vectors of working days that are 1 day prior, 1 week prior and 4 week ...

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
counting across complementary columns
i will stick to b since it is more important to my analysis:

etwa 5 Jahre vor | 0

Frage


counting across complementary columns
I wrote a long function (attached so that you know it is not a post by a lazy student seeking an answer for his assignment) nd t...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Replacing elements in a table
I have Table A that constitutes of arrays, Some of the columns were computed using algebraic equations. This yielded certain num...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Problems with te output of writetable function
writetable(E,'FinalMatlab.csv') I ended up with the attached output. in row 33 the columns were not written completely and inst...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error when loading a mat file
Hi, I am simple trying to load a mat file called Step1 that has only two variables t20142018 and opts.When dowloading the f...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


innerjoin two tables based on the first word in the key columns
in Matrix A I have the following columns: Date AcquirorName TargetName _____ ________...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


innerjoin invalid parameter name
Hi, I want to match table A with table B (they have different size) and I want to produce table C that keeps only the common ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Appending tables from excel with different column order
the issue is that I have a large number of columns that can have different column formats :cell,double,datetime etc... . Is ther...

etwa 5 Jahre vor | 0

Frage


Appending tables from excel with different column order
Hi, I am using teh following codes to append a large number of excel data List = dir(fullfile(Base,'*.xls')); Result = cell...

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Closest match to a string
Hi, I need to match two tables based on the name of a company. Each table refers to the company differently. I am wondering if ...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Concatenating tables with different format
Hi, I am concatenating tables in a large loop. all these tables are imported from excel . sometimes Matlab imports the same c...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Importing and appending a complete folder of excel files
Hi, I have a folder in which I have around 225 excel files: MA1.xlsx,MA2.xlsx,....MA225.xlsx. all of them have the same colum...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort