octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57712] [octave forge] (control) pzmap (sys1,


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #57712] [octave forge] (control) pzmap (sys1, sys2) raises error on isempty (zer{:})
Date: Wed, 5 Feb 2020 11:28:23 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36

Follow-up Comment #7, bug #57712 (project octave):

I am working on this bug.
Bugs 57716 57712 and 53780 are all the same problem showing up differently.

the problem is on these lines:

    pol_args = horzcat (cellfun (@horzcat, pol_re, pol_im, sty_pol,
"uniformoutput", false){:});
    zer_args = horzcat (cellfun (@horzcat, zer_re, zer_im, sty_zer,
"uniformoutput", false){:} );

the problem is that horzcat ignores blank values instead it should insert a []
in the resulting cell  structure.
.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57712>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]