Effacer les filtres
Effacer les filtres

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

7 vues (au cours des 30 derniers jours)
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))

Réponse acceptée

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

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by