Community Profile

photo

Leah Kocian


Aktiv seit 2015

Followers: 0   Following: 0

Statistiken

Feeds

Anzeigen nach

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort