Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How can a function know in which block it is executed?

1 visualizzazione (ultimi 30 giorni)
Rob
Rob il 23 Mag 2013
Chiuso: MATLAB Answer Bot il 20 Ago 2021
I have a wireless sensor network simulator in Matlab. Simulator has n sensor nodes with names from 'Sensor node1' to ['Sensor node' n].
Each sensor node contains an Attribute function block, which contains a fcn function.
How can this function know in which sensor it is run? In other words: How can function get 'Sensor node1' when run in 1st sensor node and get 'Sensor node9' when run in 9th sensor node? Thanks a lot.
  2 Commenti
Rob
Rob il 24 Mag 2013
Hello...
Can anyone give a hint? Thnx.
Ryan G
Ryan G il 24 Mag 2013
You can use an input or create a mask that would allow you to input that parameter. It should work just like a MATLAB fcn block if i'm not mistaken:

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by