photo

Leah Kocian


2015 年からアクティブ

Followers: 0   Following: 0

統計

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

約9年 前 | 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); ...

9年以上 前 | 1 件の回答 | 0

1

回答