Clear Filters
Clear Filters

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

7 views (last 30 days)
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))

Accepted Answer

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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!