Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
f=@(x) x-3;
r=solve(f)
Check for incorrect argument data type or missing argument in call to function 'solve'.

Risposte (1)

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

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by