photo

sam ham


2016년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


can someone help me convert the for loop to a while loop
function [ cumsum ] = q2(v) n = length(v); cumsum = zeros(1,n); for ii = 1:n if ii == 1 cumsum(ii) = v(ii); else cums...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


convert for loop to while
Can someone help me convert this for loop to a while loop? v=0; for n=1:length(i); v=v+i(n); end

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


3d pie chart help
Hi guys. So heres my situation. I have two sets of data in excel; one for white and one for red wine. The white wine has nearly ...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


plotting from excel help
Hi. Im fairly new to matlab. I have an excel file that im trying to import data from. I imported the data succesfully but I cant...

7년 초과 전 | 답변 수: 1 | 0

1

답변