The delrows function

I have a problem with the delrows function. The command

A = delrows(A, -1);

should simply delete the last row of matrix A. However, in Gauss 17, it gives me an error message "Error in 'delrows': element 1 of second input: '-1.000000' is invalid". Was there any change in the command syntax?

Note: it's not the problem of the A matrix. It has 26 rows, and when I write A = A[1:25,.];, it deletes the last row as it should.

9 Answers



0



I can repeat your report and it does seem like it should be allowed. I will look further into this to find out the problem but in the mean-time, if your goal is just removing the final row, use trimr instead.

A = rndn(25,1);
A_trim = trimr(A, 0, 1);

aptech

1,773


0



In Gauss 16 it worked perfectly, but not in version 17. Tomorrow I'll try on my Windows PC to see whether it has the same problem (I got the error message on my Mac).

Anyways, thanks for the alternative solution!



0



GAUSS 17.0.5 build 4364 for Windows 64-bit contains a fix for this issue and is now available for download. Other platforms will follow.

aptech

1,773


0



Thanks a lot. I'm downloading it now and then I'll install it. When can I expect to be able to download the Mac version?



0



I would expect it to be available next week.

aptech

1,773


0



Thanks a lot again.

To install this new version, it seems that I have to uninstall the previous version. Does that imply that I have to request a new license file?



0



Please ignore my question, everything works fine with the new install. Thanks a lot for your help and I'm looking forward to the Mac version.



0



GAUSS version 17.0.5 for Mac is available for download as of October 18th, 2017.

aptech

1,773


0



Thanks a lot!

Your Answer

9 Answers

0

I can repeat your report and it does seem like it should be allowed. I will look further into this to find out the problem but in the mean-time, if your goal is just removing the final row, use trimr instead.

A = rndn(25,1);
A_trim = trimr(A, 0, 1);

0

In Gauss 16 it worked perfectly, but not in version 17. Tomorrow I'll try on my Windows PC to see whether it has the same problem (I got the error message on my Mac).

Anyways, thanks for the alternative solution!

0

GAUSS 17.0.5 build 4364 for Windows 64-bit contains a fix for this issue and is now available for download. Other platforms will follow.

0

Thanks a lot. I'm downloading it now and then I'll install it. When can I expect to be able to download the Mac version?

0

I would expect it to be available next week.

0

Thanks a lot again.

To install this new version, it seems that I have to uninstall the previous version. Does that imply that I have to request a new license file?

0

Please ignore my question, everything works fine with the new install. Thanks a lot for your help and I'm looking forward to the Mac version.

0

GAUSS version 17.0.5 for Mac is available for download as of October 18th, 2017.

0

Thanks a lot!


You must login to post answers.

Have a Specific Question?

Get a real answer from a real person

Need Support?

Get help from our friendly experts.

Try GAUSS for 14 days for FREE

See what GAUSS can do for your data

© Aptech Systems, Inc. All rights reserved.

Privacy Policy