photo

Coupe Honda


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
242.625
of 297.457

REPUTATION
0

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
0

RANG
 of 20.438

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 158.938

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort