I used the meshgrid in Julia's examples folder: 
https://github.com/JuliaLang/julia/blob/master/examples/ndgrid.jl

On Sunday, March 6, 2016 at 8:33:58 PM UTC-5, Isaiah wrote:
>
> I think most pure-Julia interpolation work has converged to the 
> Interpolations package: https://github.com/tlycken/Interpolations.jl
>
> (several alternatives are also listed on that page)
>
> On Sun, Mar 6, 2016 at 8:22 PM, <[email protected] <javascript:>> wrote:
>
>> Thank you for your note,
>>
>> But the problem is that broadcasting will not work in my case, once I 
>> already have the three vectors that I want to plot instead of 
>> two entries and one image (as in the example). I believe that I need 
>> something to interpolate my vectors in order to generate the surface.
>>
>> On Sunday, March 6, 2016 at 7:17:38 PM UTC-6, Isaiah wrote:
>>>
>>> See:
>>>
>>> https://groups.google.com/forum/#!searchin/julia-users/meshgrid|sort:date/julia-users/FuKK7zjncN8/dpWjRImMBgAJ
>>>
>>> On Sun, Mar 6, 2016 at 7:30 PM, <[email protected]> wrote:
>>>
>>>> Is the meshgrid function (similar to MATLAB) available in Julia? 
>>>>
>>>> I'm trying to plot a surface using 3 (1D) vectors and I'm not sure yet 
>>>> how can I deal with this problem 
>>>> without using this function. 
>>>>
>>>> Thank you!
>>>>
>>>
>>>
>

Reply via email to