![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13420297_1535776220103_DEF.jpg)
melissa tan
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
19.557
of 297.046
REPUTACIÓN
2
CONTRIBUCIONES
11 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
27.27%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
fminunc and fminsearch different x(1) and x(2) value with no initial starting point
I was given a question to find a minimization of an equation for two dimensional case but i am not giving any initial point . ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
By using syntax ‘taylor’ in MATLAB, find the third order approximation of log x using base point at x = 1.
syms x f = logx; T = taylor(f, 'Order', 3) Undefined function or variable 'logx'. How can i do that above question...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to i use a syntax' taylor' to apporiximate a function e.g logx using base point at x=1
How to i use a syntax' taylor' to apporiximate a function e.g logx using base point at x=1
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
why i cannot genereate the answer?
function y= postiveneg(a); if a>0 disp('positve'); else if a<0 disp('negative'), y=a; ...
más de 6 años hace | 3 respuestas | 0
3
respuestasPregunta
How to change scale of ploted graph of an axis
The x-axis of the plotted i wanted to be in term of step size of 0.1 but currently my graph show step size of 0.2 , how do i cha...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
issue with a*a
a=[2 4 6 8 10 ; 3 6 9 12 15;4 8 12 16 20] a = 2 4 6 8 10 3 6 9 12 15 4 ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How come when i generated this command x=[-2:0.1:3] although the value does show but why on top there is (e.g columns 46 through 51 is there anyway to remove it?)
x=[-2:0.1:3] x = Columns 1 through 15 -2.0000 -1.9000 -1.8000 -1.7000 -1.6000 -1.5000 -1.4000 -1.30...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
function file for maclauring series approximation
My function file: function [approx] =cos1(x,n) %Calculates the Malcurin series approximation to cos(x) approx=0; for i=0:n-1...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
what is the different between B^2 and B.^2
what is the different between B^2 and B.^2?
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
syntax martix matlab answer
1 Let A = [0 2 0 4 5; 1 20 3 40 5; 10 200 30 40 50] a) Write the MATLAB syntax to get the 8th element of A? How do i wr...
más de 6 años hace | 2 respuestas | 0
2
respuestassyntax martix matlab answer
the 8th element the question is referring isit 3?
más de 6 años hace | 0
Pregunta
command window work space only
Write a function that takes numeric data as its input argument and prints a message to the Command Window stating if the number...
más de 6 años hace | 1 respuesta | 2