Feeds
질문
what does this code do?
p = 1; while p<=15 i = strfind(puzzle(p,:),words); if i>0 fprintf('row = %d\n',i) fprintf('column...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
How do I include a loop while writing out a function
function [mean,std] = stats(x) A = (1:1:x); B = numel(A); C = sum(A); ...
대략 10년 전 | 답변 수: 1 | 0