필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
Rob
Rob 2013년 5월 23일
마감: MATLAB Answer Bot 2021년 8월 20일
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
Rob
Rob 2013년 5월 24일
Hello...
Can anyone give a hint? Thnx.
Ryan G
Ryan G 2013년 5월 24일
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:

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by