Skip to content
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

another struct problem #135

Open
jwmelto opened this issue Aug 29, 2018 · 3 comments
Open

another struct problem #135

jwmelto opened this issue Aug 29, 2018 · 3 comments

Comments

@jwmelto
Copy link

jwmelto commented Aug 29, 2018

Here is a minimal failing program:

function [zz] = foo( )

h.z = zeros(30,1);
z1 = zeros(30,1);

zz = z1(1:2);
%zz = h.z(1:2);

return

The commented line causes a crash:

ValueError('missing return in function Fget in file structs, Matlab: Crash with file: foo.m, on line: 7',)

but when commented out, it works just fine.

@jonathf
Copy link
Owner

jonathf commented Sep 26, 2018

I apologies, but this project is currently unmaintained. There will therefore not be any more bugfixes unless someone takes ownership. I've added a note to the frontpage now to make everyone aware.

@jwmelto
Copy link
Author

jwmelto commented Oct 11, 2018

Thanks for letting us know. I don't see the note...

@jonathf
Copy link
Owner

jonathf commented Oct 12, 2018

Sorry, thanks. Looks like it wasn't pushed through. Fixed it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants