Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Why do I get "Undefined function or variable 'var'."

1 Ansicht (letzte 30 Tage)
Nour BS
Nour BS am 14 Nov. 2017
Geschlossen: Stephen23 am 15 Nov. 2017
Hi, My code is a for loop which runs a function tsp_ga.m n times. this function (tsp_ga) gives a result "minDist". So my objective is to store the n obtained results in a vector. And to do it I Wrote the following code:
for kk=1:5
k
tsp_ga
ss(kk)=minDist
end
But it gave the following error: " Undefined function or variable 'minDist'.
Error in (line 4) ss(kk)=minDist_ ".
PS.: you will find attached the function tsp_ga.
Thank you in advance.
  3 Kommentare
Nour BS
Nour BS am 14 Nov. 2017
So as I understand I need to save the result "minDist" from the function to the workspace? If so, how can I do it?

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by