Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は一連のデータを持っています:
A = [2/3 -1/3 -1/3 ; -1/3 2/3 -1/3 ; -1/3 -1/3 2/3] B = [ 0 0 0 ] C = [ 0 0 1 ]' D = [ 0 1 0 ]' p00 =A*B-A*B p01 =A*B-A*C p02 = A*B-A*D
等々...
poo、po1およびの散布図を作成する必要がありpo2ます。
poo
po1
po2
散布図用の私のmファイルはToo many input arguments.
Too many input arguments
変数が x、y、z 座標ベクトルの場合は、次を試してください。
scatter3(p00, p01, p02)