Wolfram
Mathematica
8의 신기능: 다이나믹 라이브러리
◄
이전
|
다음
►
소프트웨어 개발
수많은 임베디드 예제
LibraryLink
documentation
에는 다음의 Mandelbrot 집합 계산과 같은 다양한
예제
가 포함되어 있습니다.
In[1]:=
X
mlf = LibraryFunctionLoad["demo_numerical", "mandelbrot", {Complex}, Integer]; Plot3D[mlf[x + I y], {x, -2., .5}, {y, -1.25, 1.25}, PlotPoints -> 100, ColorFunction -> "Rainbow"]
Out[1]=