making loop for parameter calculations
2 次查看(过去 30 天)
显示 更早的评论
hi all,
i would like to make a loop. i would like to continue running a code with different parameter. if lets say there is original data X and i want to manipulate this data using a method that relies on a parameter alpha to create new data series X';
1. i have X
2. run method using alpha
3. obtain X'
i want to keep X' and do some calculation with it. if it meets a specific standard i keep it, if not i start at 1 but run with new alpha. does this make sense?
thank you very much
1 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!