photo

Rashedul Chy


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
224.206
of 300.365

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20.933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.262

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

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 7 jaar ago | 1 answer | 0

1

answer