Borrar filtros
Borrar filtros

Variable lim3 must be of data type sym. It is currently of type double. Check where the variable is assigned a value.

7 visualizaciones (últimos 30 días)
Hello please help me to change the variable from double to data type sym
%Solve for lim3
syms x
x = 4;
lim3 = (3*(x-4)*sqrt(x+5))/(3-sqrt(x+5))

Respuesta aceptada

Chunru
Chunru el 4 de Sept. de 2022
%Solve for lim3
syms x
%x = 4;
lim3 = (3*(x-4)*sqrt(x+5))/(3-sqrt(x+5))
lim3 = 

Más respuestas (0)

Categorías

Más información sobre Numbers and Precision en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by