Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

'Output argument ''something''(and maybe others) not assigned

Status
Not open for further replies.

binti

Mechanical
Joined
Jul 6, 2005
Messages
1
Location
US
I am sure I have followed the correct syntax for defining a function.The first few times I run the code,I get the final output.And then randmoly,when I run it ,I get the above error.I am not sure why this happens as I've gone through the help file so many times.This happens even when I switch computers.Any idea how to fix this??

 
Without seeing your code it's hard to tell. But if you are getting "random" errors, I would first suspect that you are using variable names that override existing functions. As an example (although certainly not your problem), if you use "i" as a variable, it is no longer sqrt(-1). Check your variable names first.

- Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top