Home Forums Usage Vectors, Arrays

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #861
    baldaufdbaldaufd
    Participant

      How can I calculate a part of a Vektor or array?
      like z=[1,2,3,4]–>z12=z[1:2]
      in former qucs ther was a function array(z,1:2)

       

      #863
      QucsStudioQucsStudio
      Keymaster

        You can use indexing like var[1,2]. This is often used for s-parameters.

        A better choice are usually the functions yvalue(…) and range(…). They are explained in the program help (F1 key).

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.