Feeds
답변 있음
Index in position 1 is invalid. Array indices must be positive integers or logical values ERROR
hello. you can use iteration like this a =[ 0.9748 1; 0.9748 1; 0.5416 0.2996] [x , y] = size(a); for(i = 1:x) ...
Index in position 1 is invalid. Array indices must be positive integers or logical values ERROR
hello. you can use iteration like this a =[ 0.9748 1; 0.9748 1; 0.5416 0.2996] [x , y] = size(a); for(i = 1:x) ...
5년 초과 전 | 0
| 수락됨
답변 있음
Can I create multiple workspace with variables with the same name?
you can use structure also. s(1).var1 = .... s(2).var1 = .... s(3).var1 = .... for use s in other functions declare it as gl...
Can I create multiple workspace with variables with the same name?
you can use structure also. s(1).var1 = .... s(2).var1 = .... s(3).var1 = .... for use s in other functions declare it as gl...
5년 초과 전 | 0


