photo

Rashedul Chy


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

3 Fragen
0 Antworten

RANG
124.951
of 300.364

REPUTATION
0

BEITRÄGE
3 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
0

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.407

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

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Loop is not working. My while loop is not working. output is initial values here. Can anyone help??
D=800; d=[1 600 09 0.02 300 500; 2 500 10 0.04 100 400; 3 400 06 0.08 050 200]; g=1; P1=400; P2=300; ...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Array indices must be positive integers or logical values. This error is coming at line:while C(counter)> C(j) && abs(f)>.00001. Please help me out.
D=800; d=[1 600 09 0.02 300 500; 2 500 10 0.04 100 400; 3 400 06 0.08 050 200]; g=1; P1=400; P2=300; P3=100; del_C...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


"The function 'x' might be used before it is defined " error is coming. can anyone help?
function [P1,P2,P3]=assignment1(PD) a=(x-8)/.04; b=(x-10)/.08; c=(x-6)/.16; while (a<=500) && (a>=150) && (b<=400)...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort