Mohammad Shojaei Arani
Followers: 0 Following: 0
Estadística
86 Preguntas
2 Respuestas
CLASIFICACIÓN
19.489
of 295.527
REPUTACIÓN
2
CONTRIBUCIONES
86 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
59.3%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Extracting the base name and size of symbolic variables
Hello, I have a simple question. Consider the following: syms a [3 3] real syms x r [3 1] real mu(x) = (r.*x).*(1-a*x) No...
2 meses hace | 1 respuesta | 0
1
respuestaPregunta
Ordering multivariate polynomials by increasing higher order terms
Hello, (I did my best to fix this but it failed. Otherwise, I would not bother you) Consider a multivariate polynomial. It c...
3 meses hace | 1 respuesta | 0
1
respuestaPregunta
A complex form containing constant, linear, quadratic, etc., forms
Helow, I am struggling to find a symbolic representation which contains, constant, linear, quadratic, cubic, etc., forms. I b...
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
Assigning values to the arguments of a function handle
Hello, I have the following functon handle F = @(x1,x2,x3,a1_1,a1_2,a1_3,a2_1,a2_2,a2_3,a3_1,a3_2,a3_3,r1,r2,r3)[-r1.*x...
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
Derivative of spline with respect to y-values
Hello, Consider a (x-data,y-data) spline interpolation problem. I am concerned with the problem of calculating the derivative o...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
An issue with matlabFunction
Hello, I have a question and I think the best is to explain via an example. So, consider the following mu=@(x,par)par(1).*x;si...
12 meses hace | 2 respuestas | 0
2
respuestasPregunta
An annoying extrapolation problem
Hello, I have a simple problem but it seems difficult to solve. MATLAB command interp1 has a nice extrapolation option but, unf...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
A problem caused by 'xlim' and 'axis equal'
Hello, I could not figure this problem. If you run the following then you get an error message clc; x=linspace(0,2*pi,100...
12 meses hace | 1 respuesta | 0
1
respuestaPregunta
A problem with xtick
Hello, I do not know but I could not figure out how to fix a problem with xticks (I hate it). I also attach the data I am using...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestafmincon does not respect MaxIter
Thanks Walter, I wish I can ask a short question. Aparently, it is really difficult to stop fmincon (I really tried har). I use...
alrededor de 1 año hace | 0
Pregunta
fmincon does not respect MaxIter
Hello, I do not understand why fmincon does not respect the maximum number of iteration I specify and does whatever it l;ikes ...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
A simple issue with legend
Hello, I have a really simple question. To my surprise, I am could not help it (I have no idea !!!). When I type x1=linspace...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Evaluating multivariate stable distributions
Hello, I need to calculate the probability density function for the multivariate stable distribution. It seems to me that MATLA...
alrededor de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
A function handle constructed by a symbolic function and another function handle
Hello, I have a simple problem but unfortunately could not figure out how to fix it. Consider the following syms sigma(x) ...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Finding the first 1 in a binary set using optimization
Hello everybody, Assume that a binary set V is given and the task is to find the first 1 in V. Note that 1) V is not sorted ...
alrededor de 1 año hace | 4 respuestas | 0
4
respuestasPregunta
Efficient searching to find the first element of an array meeting a condition
Hello, If a vector is given and the task is to find the first element fulfilling a condition then we use the command 'finb(...
más de 1 año hace | 4 respuestas | 0
4
respuestasPregunta
What is the correct meaning of running 'multistart' for a single start point several times?
Hello, I have a simple question. Imagine that: 1) We wish to perform an optimization problem in which the objective func...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Multistart apparently does not respect the supplied initial points
Hello, I have a simple, but annoying, problem about multistart in MATLAB. Consider the following example from MATLAB descript...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Correct implementation of multi start option with pre-specified starters
Hello, I need to solve an optimization problem with multi start option in which I supply the initial points completely. However...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Generating random points between two n-dimensional boxes
Hello, Consider two n-dimensional boxes. I would like to generate random points in the region between the inner and the outer b...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
How to only keep the legends I want
Hello, open Figure1.fig I have a simple question. The best and fastest way is to explain the problem using a figure (see the a...
más de 1 año hace | 1 respuesta | 1
1
respuestaPregunta
How to extract the information in plot functions @saplotbestx,@saplotbestf of Simulated annealing inside output function?
Hello, I need to use simulated anealing as my optimization solver. Unfortunately & very sadly, I do not see 2 important piece...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Output function for Simulated Anealing
Hello, I am using Simulated anealing as my optimization solver. Unfortunately, I am unable to get what I want. When I look at t...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
An unexpected discrepancy between xcorr, xcov and autocorr
Hello, I need to calculate the matrix of cross-correlations for a matrix data. However, I started to doubt about the way ma...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
An issue with the command 'isAlways'
Hello, I have a simple question concerning the command 'isAlways' (appologies, if I am bothering you for a naive question). I d...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
An implementation issue with MatlabFunction
Hello, I have a question which I explain by an example. function ll = LL(X1,X2,X01,X02,par1,par2,par3,par4,par5,par6) THE BO...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Pass a symbolic function as input to a function without passing its inputs
Hello, I have a question and I believe the best is to go to an example from the begining. Consider the following syms x y sym...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
A symbolic implementation issue
Hello, I need to define a system of symbolic functions for a set of state variables. I explain by the following example: syms ...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Find elements having a specific row and column numbers in a matrix
Hello, I have a simple question but could not find a single command which can do the job. I explain via an example. Consider ...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Can we distinguish between variables and parameters in a symbolic function?
Hello, I have a simple (perhaps naive, if so my appology) question. Consider the following syms x f(x) x f(x) = a*x; Is th...
casi 2 años hace | 2 respuestas | 0