2019-11-01から1ヶ月間の記事一覧

ANSYSで対象性を用いた計算の全体結果を表示する(未完了)

studentcommunity.ansys.comANSYS WorkbenchのOptionでBeta optionsを有効にする SymmetryからGraphical expansion(Beta)のNum Repeatを2に、MethodをHalfに、⊿Zを1e-3に設定してみたが、表示結果は変わらなかった。

Bézier曲線とB-spline曲線

clear; close all; figure();grid(); xlim([-10 10]);ylim([-10 10]); [x,y]=ginput(4); x0=x(1);x1=x(2);x2=x(3);x3=x(4); y0=y(1);y1=y(2);y2=y(3);y3=y(4); Px1=[];Py1=[]; Px2=[];Py2=[]; for t=0:0.01:1 %Bézier B0=(1-t)^3; B1=3*(1-t)^2*t; B2=3*(1-t…

NURBSのシミュレータ

NURBS demo - WebGL based online evaluator for NURBS Curveshttp://geometrie.foretnik.net/files/NURBS-en.swf

ROS2のインストール

index.ros.org $ brew install python3 tinyxml2 tinyxml eigen pcre opencv openssl qt freetype assimp log4cxx