Community Profile

photo

amine&&


UM5

Last seen: meer dan 3 jaar ago Active since 2016

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
How to plot 2 D powell function with the code given below?
Hello, if you have a function like function y = powell(x) y = x+1; you can use, f=@(x)powell(x); fplot(f)

ongeveer 7 jaar ago | 0

Answered
How to convert string to array
Hello, you can see the documentation for str2num() in <https://fr.mathworks.com/help/matlab/ref/str2num.html>.

ongeveer 7 jaar ago | 1

Answered
How to plot 2 columnof an array ?
Hello, if you have an array like A = [69.1687 67.7771 68.3709 70.7292 70.8961 65.8046 66.6392 74.2880 69.9386 69.7100 66.2...

ongeveer 7 jaar ago | 0

| accepted

Question


Read log file with Matlab
Hello, I have the following log file in ".txt" format 199.72.81.55 - - [01/Jul/1995:00:00:01 -0400] "GET /history/apollo/ H...

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


Calculate the mean of the values in each time serie
Hello, i have a data of time series. I want to get these data on regular time intervals (each 15 min). How I can achieve this ta...

ongeveer 7 jaar ago | 2 answers | 0

2

answers

Question


Convert excel file to time series objects
Hello! How i can convert the following excel file (.csv) Time Values [01/Jul...

ongeveer 7 jaar ago | 0 answers | 0

0

answers

Question


Excel file to Time Series Objects
Hello! How to convert the attached excel file to Time Series Objects using matlab. Thanks.

ongeveer 7 jaar ago | 0 answers | 0

0

answers

Question


Convert Time series to minutes
Hello. How I can convert data from a time series (timetable) to a second to the minute under matlab. Thank you in advance!

ongeveer 7 jaar ago | 2 answers | 0

2

answers

Question


Regular time intervals of time series without interpolation
Hello, I have the data of a following time series : Time(s) Value 0 12 15 0.14 8 0.15 10 0.1...

ongeveer 7 jaar ago | 2 answers | 0

2

answers

Question


Calculate the value of a Student test and Fisher test
Hello! I want to calculate the value of a student test with 10 degree of freedom at the quantile (aplha) 0.01: t (10; 0.01). So ...

ongeveer 7 jaar ago | 0 answers | 0

0

answers

Question


Linear regression : estimate the parameters
Hello! How can I estimate the parameters (beta1 and beata2) of the following model : y=beta1+beta2*x+epsilon Thanks.

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


Akaike's Information Criterion for time series
Hi, How can I calculate the Akaike Information Criterion for a time series. In fact I have two sets of data the first set repres...

ongeveer 7 jaar ago | 0 answers | 0

0

answers

Question


Calculating the gradient of a function
Hello. I want to calculate the gradient of this function at the point xc: function MSE=mseFunction(alpha,beta,y,yS) MSE ...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


Error : "Too many input arguments"
Hello, wi type this code in matlab : f = @(x)mseFunction(x(1),x(2),y,yS); H=feval(f,xc(1),xc(2)); I get the following...

meer dan 7 jaar ago | 2 answers | 0

2

answers

Question


Interior point method used in matlab
Hello. Where I can find some information about the barrier function use in fmincon.m ? Thanks.

meer dan 7 jaar ago | 0 answers | 0

0

answers

Question


Flowchart of the internal function
Hello. Is there a way to generate a flow chart of the internal function?

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


Likeness between the source code and the algorithm
Hello. When I enter : edit fmincon I find a source code that has no resemblance to the algorithm given in the Matlab do...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


Source code of fmincon
How to access the source code of the internal function *fmincon* of MATLAB.

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


Calculate the optimum of function
Hello. I have the following function : %%Déclaration de la fonction objective qu'on va utiliser function MSE=mseFunction...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


Calculate Numerical hessian of predefined function
I have the following function with two variables alha and beta : function MSE=mseFunction(alpha,beta,Donnee_6_jours) ...

meer dan 7 jaar ago | 0 answers | 0

0

answers

Question


Calculate the numerical hessian
Hello! I have the following function with the two variables alha and beta: function MSE=mseFunction(alpha,beta,Donnee_...

meer dan 7 jaar ago | 2 answers | 0

2

answers

Question


Gradient of a predefined function
Can i obtain the gradient of the following function using matlab : function MSE=mseFunction(alpha,beta,Data) . . ....

meer dan 7 jaar ago | 0 answers | 0

0

answers

Question


Calculate the inverse of a matrix
Hello, i want to calculate the reverse of this matrix : 1 -1 0 0 -1 1 0 0 0 0 1 -1 0 ...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


Calculate the gradient of a function
Hello. I want to calculate the gradient of the function : g={@(x)-x;@(x)x-1;@(y)-y;@(y)y-1}; with the following command ...

meer dan 7 jaar ago | 2 answers | 0

2

answers

Question


Algorithm used to program the function : fmincon
Hello, I want to know the steps used when programming the fmincon function. Thanks!

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


The "Current Function Value" plot ?
Hello, How can i get "current function value" giving by Optimization tool using only the command line? Thanks !

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


Changing the declaration of a function?
I have a following function that begins with: function X=mFunction(alpha,beta) %%load the dataset filename = 'Bo_1.xl...

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


What procedure I should use to minimize this function?
How i should proceed to minimize The objective function? Thanks!

bijna 8 jaar ago | 0 answers | 0

0

answers

Question


Minimizing a function using the BFGS method
I can not minimize it using the fminunc function. While respecting that both alpha and beta values are between 0 and 1. Thanks...

bijna 8 jaar ago | 1 answer | 0

1

answer

Question


Error code : Error using optimoptions (line 105)?
when I enter the following command : options = optimoptions('fminunc','Algorithm','trust-region','SpecifyObjectiveGradient'...

bijna 8 jaar ago | 1 answer | 0

1

answer

Load more