photo

Shabaz Khan


Last seen: meer dan een jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
200.351
of 298.292

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20.560

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160.775

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

View by

Question


How to write and run while loop in app design?
C= app.CollectionEditField.Value; S= app.ServingEditField.Value; app.cycle=0; cycle_t=app.cycle; app.FC=0; F_C=app.FC; app...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


Trying to find out that how many loop cycle it complete before the 'S' become zero. S value is not decreasing. Need to decrease S value zero and sum the total cycle number?
>> C=0.02; >> cycle = 0; >> FC =0; >> S=10; >> while (S>=0) S=(S-F); F=(S*C); FC = (FC+F); cycle =(cycle+1); end

bijna 4 jaar ago | 2 answers | 0

2

answers