photo

sam ham


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
234,260
of 297,503

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 2 answers | 0

2

answers

Question


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

8 years ago | 1 answer | 0

1

answer