Community Profile

photo

Nikolas Katsantonis


Last seen: 17 Tage vor Aktiv seit 2022

Statistics

  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


I want to use a for loop inside a function, where the for loop contains a subfuction. Each loop must store the variable value and make a matrix of all values, but I get 0s :(
function [a] = Main(Coordinates) a=5; for n=1:a Coordinates=3+n; a= test(n,Coordinates) end en...

9 Monate vor | 1 Antwort | 0

1

Antwort