Generating a matrix based on an equation with conditions
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
Are there any way to do the following?
I want to generate a n*1 matrix based on this equation:
M = T1*G*Z1 - T2*G*Z2 + F - C*P
all variables are known and constant but with the following conditions:
1) F is zero in the entire column, excpet at a certain row, its equal to a constant number
2) From Row 1 to a certain row, this term (T2*G*Z2) is zero, for example until row 200. While from row 201 to the end, the previous term has constant value but this term (T1*G*Z1) is zero.
Thanks
6 件のコメント
Guillaume
2019 年 3 月 22 日
If is most likely not needed.
What are the size of all the variables (T1, G, etc.)?
If they are not scalar variables did you mean * or .* for the multiplications?
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!