Effacer les filtres
Effacer les filtres

why is this happening? It's just an example from the textbook.

1 vue (au cours des 30 derniers jours)
승택 홍
승택 홍 le 24 Sep 2021
Réponse apportée : Chunru le 24 Sep 2021
f=@(x) x-3;
r=solve(f)
Check for incorrect argument data type or missing argument in call to function 'solve'.

Réponses (1)

Chunru
Chunru le 24 Sep 2021
syms x
f=@(x) x-3;
r=solve(f, x)
r = 
3

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by