DIFFERENCE BETWEEN SIGNALS AND PARAMETERS

 Accepted Answer

KSSV
KSSV on 7 Nov 2022
Signals would be t vs amplitude plots.
Parameters are charactersitics of signals such as amplitude, frequency, phase etc.

2 Comments

Hello, can you give some examples for Signals and Paramters ?
So it would be more clear ...

Sign in to comment.

More Answers (1)

In Simulink there are two types of data:
  • Signals: Represented by signal lines in the Simulink canvas, this type of data is expected to potentially change at every time step
  • Parameters: Passed to Simulink blocks as MATLAB variables, this type of data is intended to remain constant or changes infrequently.

Products

Release

R2022b

Asked:

on 7 Nov 2022

Commented:

on 1 Aug 2024

Community Treasure Hunt

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

Start Hunting!