How to Create function for developing n*n matrix?
古いコメントを表示
I need to create a function .The input argument of the function is an odd integer number n. (e.g. 1, 3, 5 …). Depend on n, create a n by n matrix. In the center of the matrix you start with 1. and . Clockwise you place the next numbers. The output of your function is the sum of the only odd numbers in the matrix.
3 件のコメント
Steven Lord
2021 年 5 月 16 日
This sounds like a homework assignment. If it is, show us the code you've written to try to solve the problem and ask a specific question about where you're having difficulty and we may be able to provide some guidance.
If you aren't sure where to start because you're not familiar with how to write MATLAB code, I suggest you start with the MATLAB Onramp tutorial (https://www.mathworks.com/support/learn-with-matlab-tutorials.html) to quickly learn the essentials of MATLAB.
If you aren't sure where to start because you're not familiar with the mathematics you'll need to solve the problem, I recommend asking your professor and/or teaching assistant for help.
Mohammed Irfan Shemer Rasool Thasin
2021 年 5 月 17 日
Mohammed Irfan Shemer Rasool Thasin
2021 年 5 月 17 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および 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!