how to sort this looping ?
Show older comments
anyone can help me to short this looping ? because when I want to change setting it's take to long :(
clc; clear;
wmin = 0.4; wmax = 1.2;
3 Comments
Rik
on 9 Nov 2017
Are intentionally overwriting w every loop? Also, I would suggest converting this to logical indexing instead of a loop. It will be much faster.
Muhammad Hafiz
on 6 Dec 2017
KL
on 11 Dec 2017
Please do not delete your question contents like this. Answers serve more like a FAQ/documentation with examples, now it doesn't make any sense.
Accepted Answer
More Answers (0)
Categories
Find more on Loops and Conditional Statements 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!