An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
複数のカーブをひとつのカーブに結合(つなげる)するには、
◎x= cat(p1w1c1.x,p1w1c2.x) (結合関数(元カーブ1の横軸、元カーブ2の横軸、、、)
◎y= cat(p1w1c1.y,p1w1c2.y) (結合関数(元カーブ1の縦軸、元カーブ2の縦軸、、、)
と設定します。
<?xml version="1.0" encoding="UTF-8"?>