photo

Christian F.


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

11 Questions
6 Réponses

RANG
111 810
of 300 863

RÉPUTATION
0

CONTRIBUTIONS
11 Questions
6 Réponses

ACCEPTATION DE VOS RÉPONSES
54.55%

VOTES REÇUS
0

RANG
 of 21 100

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 413

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


Statistical significance of covariance
Hi, I want to compute the statistical significance of a covariance. However, I could not find any function for this purpose o...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


Change x-axis labels of plot
Hi everbody, I have a plot of 31 data points. However, instead of labeling the x-axis is (1:1:31), I want to set it to (-6:1:...

plus de 10 ans il y a | 4 réponses | 0

4

réponses

Question


Handling of large string array
Hi, I am dealding with a 22,000,000 x 1 string array, which causes Matlab real problems. I import the data from a .csv file ...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


xlsread returns error some times
Hi, I have a little Problem with xlsread. When I use xlsread to import data, I sometimes get the error message: Erro...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
xlsread returns error some times
Some code: fname=strcat('C:\Users\...\',country); T = length(vector); firstRow = 1; lastRow = T; firstCol = 'B'; lastCol...

presque 11 ans il y a | 0

Question


Convert cell array with different datatypes to numeric
Hi everybody, I am dealing with a cell array, where single numbers are saved as strings in the cells and some cells are empt...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Problem with x-axis and dates in plot
Thanks a lot Kelly! Your answer works almost perfectly. One remaining problem is that matlab shows the x axis from 1990 - 202...

environ 12 ans il y a | 0

Question


Problem with x-axis and dates in plot
Hi everybody, I want to plot 228 datapoints, which correspond to monthly observations from 01/1993 to 12/2011. The x-axis ...

environ 12 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Function with xlsread including the excel file name as input variable
Maybe I should ad that I also want the variable, to which the data is stored, to be the named after the respective country, e.g....

presque 13 ans il y a | 0

Question


Function with xlsread including the excel file name as input variable
Hi, I have the following problem: I have multiple excel files named after countries, e.g. US,UK,FRA,JPN,... . Now I want ...

presque 13 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Importing a large dataset from Excel into Matlab
Hi Titus, Thanks a lot for your reply. Unfortunately, xlsread doesnt seem to like large files and often returns some memory e...

plus de 13 ans il y a | 0

Question


Importing a large dataset from Excel into Matlab
Hello together, I'm trying to import large numerical matrices e.g. [6000 x 6000], which should be no problem since I am runni...

plus de 13 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Compare elements of two cell vectors
I found a solution. First I converted all elements of both cell arrays to strings with this code I found: numIndex = c...

plus de 13 ans il y a | 0

| A accepté

Question


Compare elements of two cell vectors
Hi, I have two cell vectors of different lengths, containing both numbers and numbers/characters. Now, I want to delete al...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


Extract numbers from cell array
Hi, I have a cell array with both numbers and 'NA' strings for missing values. Now I want to convert the cell array to a p...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Constrained optimization problem
Sorry for beeing imprecise. I want to estimate the 2 parameters a,b. T is a scalar and x1,x2 are 2 vectors of data. Basically...

presque 14 ans il y a | 0

Question


Constrained optimization problem
Hello, I want to solve the following problem: argmin{1/(T-1)*SUM(e^2)}, subject to a=>0, abs(b)<=1, where e^2 is the...

presque 14 ans il y a | 1 réponse | 0

1

réponse