![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9636810_1522133629220_DEF.jpg)
Coupe Honda
Followers: 0 Following: 0
Statistica
6 Domande
0 Risposte
RANK
88.951
of 297.016
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 + ...
circa 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 8 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
circa 8 anni fa | 0 risposte | 0
0
risposteDomanda
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
circa 8 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 8 anni fa | 2 risposte | 0
2
risposteDomanda
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,...
circa 8 anni fa | 1 risposta | 0