How to use for loop to define these vector?
1 回表示 (過去 30 日間)
古いコメントを表示
x1 = [1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1]^T
x2 = [1, 1, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1]^T
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/305959/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/305963/image.png)
I have trouble to express x[k], X[k], cj, and Cj in Matlab because they are depend on the k. In here, k = 3 up to k = 16, and L = 3. I thinking of using for loop but I am not sure how to do it as Im quite fresh to coding. Please, any help is appreciated.
0 件のコメント
回答 (1 件)
Abhisek Pradhan
2020 年 6 月 2 日
The following link may be helpful in defining the respective vectors.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!