フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

is there a way to make a for loop going through a table start at the same row after it switches columns?

1 回表示 (過去 30 日間)
Matt Brianik
Matt Brianik 2018 年 1 月 18 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Whenever this code runs it replaces values the way it should, but every time it moves over 1 column, it goes down 1 position in a row.
the results look like this
X B C
X Z C
X Z Y
A Z Y
A B Y
when they should look like
X Z Y
X Z Y
X Z Y
A B C
A B C
  1 件のコメント
Steven Lord
Steven Lord 2018 年 1 月 18 日
Please show "this code" that you run that demonstrates this behavior as well as a segment of code that creates a SMALL sample table on which to run "this code".

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by