2015年04月30日
MATLABのクラス
COURSERAで取っているMATLABのクラスが、入門レベルの私には非常に分かりやすい。
「Introduction to Programming with MATLAB」
この先生の話し方が、癒し系で授業を聞いているのが楽しい。Week4まですべてビデオの視聴を終了した。今はプログラミングの宿題に挑戦中。問題はこのような感じ。
Write a function called quadrants that takes as its input argument a scalar integer named n. The
function returns Q, a 2n-by-2n matrix. Q consists of four n-by-n submatrices. The elements of the
submatrix in the top left corner are all 1s, the elements of the submatrix at the top right are 2s, the
elements in the bottom left are 3s, and the elements in the bottom right are 4s.
コードを書いて、チェック用のスクリプトを実行するとコードのチェックが行われる。
Homework 4 Grader
Type the number of the problem that you would like to check
or choose the last option to check all problems and compute
a score and a submission code. (Nothing is submitted.)
0. EXIT
1. quadrants
2. checkerboard
3. randomness
4. mtable
5. identity
6. ALL PROBLEMS (get homework score)
Your selection: 1
NOTE: the grader will only determine if your
solution for Problem 1 is correct or not.
No score will be given.
Problem 1 (quadrants):
Feedback: Your function performed correctly for argument(s) 1
Feedback: Your function performed correctly for argument(s) 5
Feedback: Your function performed correctly for argument(s) 10
Feedback: Your function performed correctly for argument(s) 18
Your solution is correct.
なかなか良い。このクラスは楽しいので、ゴールデンウィーク中に終わらせてしまおう。
R関係で落としたクラスを今の内に復習しておいて、来週始まったところで一気に進めてしまうつもり。
「Introduction to Programming with MATLAB」
この先生の話し方が、癒し系で授業を聞いているのが楽しい。Week4まですべてビデオの視聴を終了した。今はプログラミングの宿題に挑戦中。問題はこのような感じ。
Write a function called quadrants that takes as its input argument a scalar integer named n. The
function returns Q, a 2n-by-2n matrix. Q consists of four n-by-n submatrices. The elements of the
submatrix in the top left corner are all 1s, the elements of the submatrix at the top right are 2s, the
elements in the bottom left are 3s, and the elements in the bottom right are 4s.
コードを書いて、チェック用のスクリプトを実行するとコードのチェックが行われる。
Homework 4 Grader
Type the number of the problem that you would like to check
or choose the last option to check all problems and compute
a score and a submission code. (Nothing is submitted.)
0. EXIT
1. quadrants
2. checkerboard
3. randomness
4. mtable
5. identity
6. ALL PROBLEMS (get homework score)
Your selection: 1
NOTE: the grader will only determine if your
solution for Problem 1 is correct or not.
No score will be given.
Problem 1 (quadrants):
Feedback: Your function performed correctly for argument(s) 1
Feedback: Your function performed correctly for argument(s) 5
Feedback: Your function performed correctly for argument(s) 10
Feedback: Your function performed correctly for argument(s) 18
Your solution is correct.
なかなか良い。このクラスは楽しいので、ゴールデンウィーク中に終わらせてしまおう。
R関係で落としたクラスを今の内に復習しておいて、来週始まったところで一気に進めてしまうつもり。
【このカテゴリーの最新記事】
-
no image
-
no image
-
no image
-
no image
この記事へのコメント
コメントを書く
この記事へのトラックバックURL
https://fanblogs.jp/tb/3604398
※ブログオーナーが承認したトラックバックのみ表示されます。
この記事へのトラックバック