photo

Todd


Last seen: 9 months ago Active since 2025

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
131,206
of 300,396

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,945

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,524

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

  • Thankful Level 1

View badges

Feeds

View by

Question


I have a big string of code. There is a variable at the top that affects many different calculations, which I want to increment in a 1 in a loop for a desired value.
This string of code is very long, but I have broken it into 2 sections. The top section shows the variable (dda), which is the f...

9 months ago | 1 answer | 0

1

answer

Question


The while loops works when X/Y is defined in the while loop, but won't run when X/Y is defined in the code above it. I need a while loop that works using the code above it.
Listed are two types of loops. that are very similar The first one works, the second one doesn't because it runs for eternity. ...

9 months ago | 2 answers | 0

2

answers

Question


I have an equation. I want to adjust one of the values in the equation until it hits a certain output. How do I run a loop to increment that certain value until it does this?
equation: X/Y=P Increase Y by an increment of 1 until gives an output equal or less than P. Example: X=21 Y=4 P=3 equat...

9 months ago | 2 answers | 0

2

answers