Home Forums Development Functions to having easier access to vector and matrix

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2996
    pu5frs
    Participant

      Hi,

      Sometimes it is not possible to have access to simulated data when they are multidimensional.

      It would be very nice if a few functions to manipulate (extract) data from matrix were added. So we could use chained sweeps for interesting simulations.

       

      Thanks

      PU5FRS

      #3002
      QucsStudio
      Keymaster

        The most common functions are already available. So, if you think that very important ones are missing, please give a concrete example.

        #3033
        pu5frs
        Participant

          Hello,

          Thank your for replying.

          1. Useful functions could let us to access element ranges of variables. For instance, I can access S[1,1], but cannot access S[1,:]  (all points of line 1),  or S[5:100,1] (points of col 1  belonging to lines 5-100.
          2. Another useful function could let us work better  with data from sweeps. See the example below using HB simulation:

          I will give you an example below

           

          example

           

           

          #3037
          QucsStudio
          Keymaster

            These things should already work using the yvalue(…) and range(…) functions. Please see examples on this website.

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