I want to modelling a light bulb filament in MATLAB, but I don't know, what functions describe this shape. My question is, what are equation (x,y,z) which describe the light bulb filament.
If you just mean a spiral shape then something like (x,y,z)=(Sin(t),Cos(t),t) should work using a parametric plot (in mathematica anyway, I don't use matlab).