Azzera filtri
Azzera filtri

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

7 visualizzazioni (ultimi 30 giorni)
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))

Risposta accettata

Chunru
Chunru il 4 Set 2022
%Solve for lim3
syms x
%x = 4;
lim3 = (3*(x-4)*sqrt(x+5))/(3-sqrt(x+5))
lim3 = 

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by