Réponse apportée
Plotting frequency curves in one figure
The error we see is happening in the split function because not every string in string(FEC_fb2(1:end-1)) has the same number of ...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
Filename to categorical in table
Assuming we know which rows contain data from each file, we can create a categorical variable and add it directly to the table. ...

presque 4 ans il y a | 1

Réponse apportée
Streamline for loops and indexing of large files
1) Consider using innerjoin or outerjoin to find the rows with matching row times between two tables. https://www.mathworks.com...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
how to take data of two tables only when the date and hour is the same?
It is worth combining "Datum" and "Stunde" into a single variable, so they can be easily sorted. For example, >> t1 = readta...

presque 4 ans il y a | 0

Réponse apportée
How to query the date format when using dynamicDateTicks.m?
See my recommendation to use datetime data when plotting, related to your other question, here: https://www.mathworks.com/matla...

presque 4 ans il y a | 0

Réponse apportée
How to avoid overlap of tick mark label strings generated by dynamicDateTicks.m?
Consider using datetime arrays for your data when plotting. The default behavior includes tick labels that automatically update ...

presque 4 ans il y a | 0

Réponse apportée
How to hide representative duration at datetime X-axis plot?
If you just want the duration data for the time of day on the x-axis, you can use the timeofday method for datetime. >> x = dat...

presque 4 ans il y a | 0

Réponse apportée
Help on parallelizing code - Nested files
A few suggestions: Consider using readstruct, which makes it easy to read XML data into a struct in MATLAB. Take a look at the...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
Use retime() to create rows of empty data points
Hi Louise, I have tried retime and while I can get this function to produce the array of DateTimes I am looking for, I cannot...

plus de 4 ans il y a | 1

| A accepté

Réponse apportée
How do I iterate through excel cells?
In general, the use of xlsread is not recommended. Please consider using readtable, readmatrix, or readcell instead. https://ww...

environ 5 ans il y a | 0