Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to perform a series of replacements in an array based on whether a separate condition is satisfied?

1 次查看(过去 30 天)
I am trying to piece together a series of replacements if a separate condition is satisfied, specifically:
If array x (table with variables, and variable 5 contains numbers such as 10, 30, 40, 60) contains 35, then - replace all '60' with 'z1' - replace all '40' with 'z2' - replace all '30' with 'z3'
If not, - replace all '60' with 'y1' - replace all '40' with 'y2' and so forth...

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by