-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Octave 9 issues #34
Comments
Hi, Thanks for reporting.
![]() ![]()
|
I see, i checked the I realized now that octave-cli cannot use qt but only octave.exe. I built the current version using arch wsl and used it to generate a new .m. Now it runs out of the box when using octave on Windows, and the plots are fine from octave.exe. For me, there are no more errors now, thank you. |
I tried the export from qucs-s and got some issues with Octave 9. I had to change the following things in the octave code to get it to run.
.+
or.-
operators, i had to change them to+
and-
so e.g. the lineReZ .+ linspace(-ImZ, ImZ, 256);
does not work and has to beReZ + linspace(-ImZ, ImZ, 256);
nowpkg load openems;
andpkg load csxcad;
at the beginning but there is already a comment in code to uncomment it to use Debian packages so i guess this is maybe not related to Octave 9The text was updated successfully, but these errors were encountered: