Coupe Honda
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
282.277
of 295.467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
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
Question
What is wrong with my code in writing a for loop function
function mysums(v) sum_even=0; sum_odd=0; i=1; for k = v if mod(i,2)==0 & i<= size(v) sum_even = sum_even + ...
bijna 8 jaar ago | 1 answer | 0
1
answerQuestion
for loop and while loop largest integer
a) Write a code using a for or a while loop to determine the largest integer n for which e^n <infinite in MATLAB. Also, determi...
bijna 8 jaar ago | 2 answers | 0
2
answersQuestion
Function for for loop
Write a script file which finds the sum of the elements with even indices and also the sum of the elements with odd indices of ...
bijna 8 jaar ago | 0 answers | 0
0
answersQuestion
Draw the curve in the x–y plane for which ||(x; y)||inf = 2
Draw the curve in the x–y plane for which ||||(x; y)||inf = 2
bijna 8 jaar ago | 2 answers | 0
2
answersQuestion
FIND A VECTOR IN R4
Find a vector x∈R4, all of whose elements are distinct nonzero integers, for which ||x||1 = 11, another vector for which ||x||2...
bijna 8 jaar ago | 2 answers | 0
2
answersQuestion
How to use ind2sub in this problem
A=1000*sin(reshape(10:999, 30, 33)); Use “max(A(:))” to find the index of the column vector which contains the maximum value,...
bijna 8 jaar ago | 1 answer | 0