help me not displaying correctly
이전 댓글 표시
Homework 1
- Create a 10 element vector that increments by 1 and show its square. (Hint: show it as a table with a column vector.)
question #2 Consider the following matrix:
A = [ 18 19 20 21 22
43 23 54 67 88
91 29 56 48 37
72 63 49 75 99]
Extract matrix B = [54 67
56 48
49 75]
댓글 수: 1
Steven Lord
2023년 10월 4일
Since this is a homework assignment, show us the code you've written to try to solve the problems 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 free MATLAB Onramp tutorial 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.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!