WHAT does this mean?
    3 views (last 30 days)
  
       Show older comments
    
Undefined function 'd' for input arguments of type 'double'.
0 Comments
Accepted Answer
  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.
0 Comments
More Answers (0)
See Also
Categories
				Find more on Logical in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
