Nicholas R. Jankowski

Results 10 comments of Nicholas R. Jankowski

just noting that this patch was reported at the octave bug tracker at https://savannah.gnu.org/bugs/?59014, which could be closed if this code solves the problem.

just came across this. guess it's still an issue with Octave 5.2,0 symbolic 2.9.0 `>> syms a b c d >> mattest = [a b ; c d] mattest =...

I missed this when filing my issues report yesterday, that sees the same problem with context menu on the wrong screen. (I think I may have accidentally filtered on OS.)...

> @NRJank @ytzemih Can you plaese test this again with the latest development version? We recently upgraded the javafx version and it seems the issue is solved > https://builds.jabref.org/master/ >...

hah, understood, and thanks again. had looked at creating an issue when we had a better idea of what to report was the issue, but useful troubleshooting has been limited...

not surprised that that's what happens in Octave. in Matlab you get the following for the lines that fail above: ``` >> syms x >> y = piecewise(-2 x =...

a [report over on Stackoverflow](https://stackoverflow.com/questions/77512902/laplace-transform-in-octave) mentioned an error attempting a laplace transform with a derivative (that worked with the derivative removed). Is the error below the same issue reported in...

apologies for letting this sit, seems i didn't catch the later comment notifications. a small amount of debugging was done and described in [this Octave developer comment/thread](https://octave.discourse.group/t/merging-branches-for-octave-9/4978/40) [Summary description:](https://octave.discourse.group/t/windows-terminal-github-issue-filed/5652/2) >The...

as per octave missing function report: https://savannah.gnu.org/bugs/?55765 matlab function here: https://www.mathworks.com/help/matlab/ref/normalize.html

note I added a matlab compatible version of normalize.m to that bug report.