Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
승택 홍
승택 홍 el 24 de Sept. de 2021
Respondida: Chunru el 24 de Sept. de 2021
f=@(x) x-3;
r=solve(f)
Check for incorrect argument data type or missing argument in call to function 'solve'.

Respuestas (1)

Chunru
Chunru el 24 de Sept. de 2021
syms x
f=@(x) x-3;
r=solve(f, x)
r = 
3

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by