Undefined function 'd' for input arguments of type 'double'.

 Accepted Answer

Niels
Niels on 20 Jan 2015
This probably means that you are referring to something like
d(3,3)
while the variable d does not exist.
You might have cleared it somewhere before calling it, or it may not have existed at all.

More Answers (0)

Tags

Asked:

on 20 Jan 2015

Answered:

on 20 Jan 2015

Community Treasure Hunt

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

Start Hunting!