How to work with intervals values in julia

any ideas how to do that ? can you do that for me, as a favor ?

Which part is not clear? I’ve given you two options,

  1. If you want to get arrays of tuples

    Call rc0bc0gc0 with . syntax.

  2. If you want to get three arrays

    Change rc0bc0gc0 to use the . syntax.

In general, you need to add .

or in another word, when you have a function that works and only works on a scalar and you want to apply that function to all the elements. All what you need to do is to identify what function you want to work on scalar and which on vector and add use the . (i.e. broadcast) syntax.

No.

ok … thanks for your time … i appreciate that … i tried to put . in rc0bc0gc0 , but not working … but thanks … see you …

If you did some change and still get an error and still want help, you need to post what you’ve changed and what’s the error you get. It’s impossible to guess what you are doing.