photo

Nikolas Katsantonis


Last seen: circa un anno fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

circa 2 anni fa | 1 risposta | 0

1

risposta