How to change a single value on a different vector cell each time? (simulink)

7 次查看(过去 30 天)
Hello,
in Simulink I have a vector V = [1 0 2 1]. I make a calculation to know which of those four values I have to change. Then, how can I only modify one of those values?
The subprogram sequence is like this:
  • Read vector V
  • Calculate index to be changed = X
  • Change index X in vector V
  • Read vector V
  • Calculate index to be changed = Y
  • Change index Y in vector V
  • ...
If I could save the index in to a variable and then use it on the "Overwrite Values" block it will be done. But I don't know how to do it.
Other way to get my problem done will be using something similar to an "Index Vector", but instead of several inputs an one output, one input and several selectionable outputs.
Many thanks! Daniel.

采纳的回答

Ryan G
Ryan G 2012-11-5
编辑:Ryan G 2012-11-5
Picking apart vectors can be a little tough in Simulink with only blocks. Fortunately, Simulink is built on MATLAB and that gives you a lot of options.
You can follow Jose-Luis' advice using a MATLAB Function block. This operation would support code generation and after it creates the mex-file for the function the first time it will not need to generate code again.
  1 个评论
Dani Tormo
Dani Tormo 2012-11-6
Yes, it works. But I want to know if there were other easy way to deal with matrix and vectors, but Matlab isn't LabView.
Anyway, many thanks for your reply!

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Sources 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by