tweak

版本 1.0.0.0 (40.4 KB) 作者: Misha Dabaghyan
allows to visually tweak parameters of a given function
37.0 次下载
更新时间 2017/10/11

查看许可证

tweak helps visually evaluate the effect of changing or tweaking a parameter in an expression containing a function which can produce a 2D plot. It then creates a slider for each parameter that needs tweaking. E.g. 'a*sin(b*x+c); would be the first argument, and its parameters ('a', 'b' or 'c') the second. An adjustment range for a given parameter can be specified as the third argument.
Examples
x = linspace(0,1,1000); a = 2; b = 10; c = 100;
tweak('a*sin(x*b+c)', 'b') ;
tweak('a*sin(x*b+c)', 'a', [0.1, 2]);
Here, the the first invocation of tweak will allow the adjustment of b by +/- 0.5*b around it's value by opening a plot of the expression and creating a slider for the parameter 'b' that allows values from 5 to 15 (i.e. 10 +/- 5) and from 0.1 to 2 for 'a' respectively. Note, that if the plot remains open after the first tweak, a second slider (for 'a') will be simply added to the figure, so that the two parameters can be tweaked interchangeably.
The values of the parameters in the main workspace will be set by the final positions of the corresponding sliders.

引用格式

Misha Dabaghyan (2024). tweak (https://www.mathworks.com/matlabcentral/fileexchange/64598-tweak), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Spreadsheets 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

included findjobj.m