Home › Forums › Usage › Vectors, Arrays This topic has 1 reply, 2 voices, and was last updated 3 years, 10 months ago by QucsStudio. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts 7. April 2021 at 14:09 #861 baldaufdParticipant 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) 8. April 2021 at 11:36 #863 QucsStudioKeymaster 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). Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic.