How to add more data points in Signal Builder?
94 ビュー (過去 30 日間)
古いコメントを表示
Hello, I want to create a signal in Simulink manually. I came across the Signal Builder block but I cannot figure out how to add more data points so that I can drag the points to create a signal of different amplitudes. There is not much information about this block in Help nor the manual. Could anybody please show me how to do that? Thanks
0 件のコメント
回答 (6 件)
Chinmay Sharma
2017 年 6 月 20 日
While hovering over the curve, use shift+click to add a data point.
2 件のコメント
Pedro Martinez
2019 年 11 月 1 日
Thanks. How did you know?
I wish that information was at least shown on the help.
Ideally, there should be the options of "Add point" and "Delete Point" in the right-click pop-up menu.
Ali Alemi
2021 年 4 月 9 日
Hold shift key. Then left-click on the signal where you want to add a point.
0 件のコメント
ES
2017 年 5 月 12 日
You can define the signal in excel and import it into signal builder (using File->import from file). This is by far the easiest way.
3 件のコメント
Sonat Arslan
2017 年 10 月 7 日
Did you find a way to do that I'm also having trouble for doing that. :)
Nick Stockton
2018 年 4 月 9 日
編集済み: Nick Stockton
2018 年 4 月 9 日
I just came across this feature today. You can specify a time column and a data column in excel as follows for your case:
0 0
0.01 0
0.01 6
0.015 6
0.015 0
0.017 0
0.017 -3
0.02 -3
0.02 0
0.05 0
Then, using the Signal Builder block, import the data and everything should be as expected
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/189039/image.png)
.
Long Wang
2018 年 5 月 30 日
Thanks for all, it helps me a lot. Actually from the help comment of signal builder, there war no such info. I am wondering, how you figure out this kind of features?
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Sources についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!