Filter löschen
Filter löschen

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

7 Ansichten (letzte 30 Tage)
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))

Akzeptierte Antwort

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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by