dung cam
Followers: 0 Following: 0
Feeds
질문
I have a program like this (MATLAB function on Simulink): And I want it to stop when I get 256 values. Does the randi function work almost continuously?
function [ key ] = keyGen() key = zeros(1,256); for i = 1:256 if(rem(i,9)==0) key(i) = i; else x =...
2년 초과 전 | 답변 수: 1 | 0