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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答