lateef
Followers: 0 Following: 0
Estadística
15 Preguntas
0 Respuestas
CLASIFICACIÓN
221.875
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
15 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
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
Variable q8L, q8y, q8x,q8f must be of siize [6,1] it is currently of size [8,1]
syms x y L f(x,y)=(x*y)^2; g(x,y)=x^2+y^2-16; firstpart=jacobian(f(x,y),[x,y])-L*jacobian(g(x,y),[x,y]) [q8L,q8x,q8y]=solve(...
9 meses hace | 0 respuestas | 0
0
respuestasPregunta
Variable q4 has an incorrect value.
the original question states assign g(x,y)=xy/x^2+y^2 and calculate fyxx(1.2,3.8) (tripe derivative!) and assign the result to q...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
Variable q5 must be of size [1 2]. It is currently of size [1 1]. Check where the variable is assigned a value.
syms x y f(x,y)=x-x*y^2+sqrt(y); u=[2,9]; q5=dot(u/norm(u),jacobian(f(x,y),[x,y]));
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
im constantly getting this error in my matlab code can someone expalin what i should do or how it should be
Variable q4 must be of data type sym. It is currently of type symfun. Check where the variable is assigned a value. syms x y g...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
can someone explain how i would compute this code
% SO FAR THIS IS THE CODE IVE COMPUTED IM NOT SURE WHERE TO CONTINUE OR IF % CODE CORRECT SO FAR u1 = [1; 2; 3]; a1 = 45; ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
please review matlab code and tell me why i receive errors
function [x_max, J_max] = maxperf(p, q) % Define the polynomials p(x) and q(x) P = polyval(p, x); Q = polyval(q, x); % C...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Why is my maxperf.m code not operating correctly
p = [2, 5]; q = [1, 0, 1, 2, 2]; % Call the maxperf function maxperf(p, q); function maxperf(p, q) % Compute the nume...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Matlab code not computing
is anyone able to review my code and tell me why its not outputing correcrtly when i run it im not sure what errors i have cle...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
I want to know why im getting an error in my code to calculate distance
vh = v*sind(theta); %for first jump t0 = (vh + sqrt(vh^2 + 2*ga*h0))/(ga); s0 = v*t0*cosd(theta); %for subsequent jump...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Using the diff command and solve command
can someone take a look at my code and tell my why its not outputing the paritial derivatives of fx and fy the instructions we...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Plotting functions anf computing gradient
i am currently trying to plot a function and the compute the graident of f using the jacobian function Plot the function f (x, ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to find derivatives using the diff command
i need to find the derivative of a function fx and fy using the diff commmand wiht my current code i input the function and then...
más de 1 año hace | 3 respuestas | 0
3
respuestasPregunta
Using the surf and meshgrid command
i am trying to plot a function using the surf and meshgrid commands use the meshgrid and surf commands to plot y = sin(x cos(z)...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Plotting Level Curves after function
how do i plot level curves in matlab such as c = 0, 0.5, 1, ..., 3. i have already computed the code for the function ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
plotting functions over domain
how would i go about doing this im constanly getting erros with my current code Plot the function f (x, y) = (x^2 + 3y^2)e^1−x^...
más de 1 año hace | 2 respuestas | 0