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

Undefined function or variable 'traces' #5

Closed
elidioxg opened this issue Feb 6, 2020 · 2 comments
Closed

Undefined function or variable 'traces' #5

elidioxg opened this issue Feb 6, 2020 · 2 comments

Comments

@elidioxg
Copy link

elidioxg commented Feb 6, 2020

I've created a SVG image following the steps in FracPaq User Guide.
When I try import the SVG file the error 'Undefined function or variable 'traces' happens.
This is the traceback:

FracPaQ version 2.6.1
Undefined function or variable 'traces'.

Error in guiFracPaQ2Dlist (line 119)
nSegments = sum([traces(:).nSegments]) ;

Error in guiFracPaQ2D>pushbutton_preview_Callback (line 918)
[ handles.traces, handles.xmin, handles.ymin, handles.xmax, handles.ymax ] = guiFracPaQ2Dlist(sFilename, nPixels,
handles.axes_tracemap, sColour) ;

Error in gui_mainfcn (line 95)
feval(varargin{:});

Error in guiFracPaQ2D (line 63)
gui_mainfcn(gui_State, varargin{:});

Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)guiFracPaQ2D('pushbutton_preview_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback

@elidioxg
Copy link
Author

elidioxg commented Feb 6, 2020

This is the file I've tried to import:
mysvgfile.zip

@DaveHealy-github
Copy link
Owner

DaveHealy-github commented Feb 6, 2020 via email

@elidioxg elidioxg closed this as completed Feb 8, 2020
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