Can any one please tell me that why the loop is running nXn times?
1 view (last 30 days)
Show older comments
Gaurav Sharma
on 28 Nov 2018
Commented: Gaurav Sharma
on 28 Nov 2018
I am trying to run the code but instead of runnong for single loop, it is actually running for nXn times. Can any one pls help me this?
Code.m is that function.
Secondly, Why my all speakers are matching with only speaker 1??
3 Comments
Jan
on 28 Nov 2018
"Why my all speakers are matching with only speaker 1" is hard to answer, when it is not explained what "matching" and "speaker" means. Which one is the "single for loop" and why do you assume that is runs "nXn times" - by the way: what does this mean exactly?
Accepted Answer
David Goodmanson
on 28 Nov 2018
Hi Gaurav,
You are only matching up to speaker 1 because in the 'test' function, variable x might equal zero but if not, it's hardwired to be x = 1.
You are gettting the repeated output because in 'code' you call the 'test' function twice in a for loop.
More Answers (0)
See Also
Categories
Find more on Quadratic Programming and Cone Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!