Error in using surf

7 visualizaciones (últimos 30 días)
Ashray Malhotra
Ashray Malhotra el 2 de Oct. de 2014
Respondida: Friedrich el 2 de Oct. de 2014
When I plotted a variable H which is a 512*512 matrix, this is the error that i see when I try to shift the curve to look from a different angle using the hand tool.
>> surf(H) Error using norm BLAS loading error: dlopen: cannot load any more object with static TLS
Error in camdolly (line 72) dis = norm(v);
Error in pan>locDataPan (line 1006) camdolly(axVector(i),-delta_pixel1,-delta_pixel2, junk, 'movetarget', 'pixels');
Error in pan>locWindowButtonMotionFcn (line 628) locDataPan(ax,delta_pixel(1),delta_pixel(2),style,hMode);
Error in hgfeval (line 62) feval(fcn{1},varargin{:},fcn{2:end});
Error in uitools.uimode/schema>localEvaluateMotionCallback (line 265) hgfeval(callback,obj,evd);
Error in uitools.uimode/schema>@(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed)) (line 247) hThis.WindowMotionFcnListener.Callback = @(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed));
Warning: Error occurred while evaluating listener callback. Error using norm BLAS loading error: dlopen: cannot load any more object with static TLS
Error in camdolly (line 72) dis = norm(v);
Error in pan>locDataPan (line 1006) camdolly(axVector(i),-delta_pixel1,-delta_pixel2, junk, 'movetarget', 'pixels');
Error in pan>locWindowButtonMotionFcn (line 628) locDataPan(ax,delta_pixel(1),delta_pixel(2),style,hMode);
Error in hgfeval (line 62) feval(fcn{1},varargin{:},fcn{2:end});
Error in uitools.uimode/schema>localEvaluateMotionCallback (line 265) hgfeval(callback,obj,evd);
Error in uitools.uimode/schema>@(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed)) (line 247) hThis.WindowMotionFcnListener.Callback = @(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed));
Warning: Error occurred while evaluating listener callback. Error using norm BLAS loading error: dlopen: cannot load any more object with static TLS
Error in camdolly (line 72) dis = norm(v);
Error in pan>locDataPan (line 1006) camdolly(axVector(i),-delta_pixel1,-delta_pixel2, junk, 'movetarget', 'pixels');
Error in pan>locWindowButtonMotionFcn (line 628) locDataPan(ax,delta_pixel(1),delta_pixel(2),style,hMode);
Error in hgfeval (line 62) feval(fcn{1},varargin{:},fcn{2:end});
Error in uitools.uimode/schema>localEvaluateMotionCallback (line 265) hgfeval(callback,obj,evd);
Error in uitools.uimode/schema>@(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed)) (line 247) hThis.WindowMotionFcnListener.Callback = @(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed));
Warning: Error occurred while evaluating listener callback. Error using norm BLAS loading error: dlopen: cannot load any more object with static TLS
Error in camdolly (line 72) dis = norm(v);
Error in pan>locDataPan (line 1006) camdolly(axVector(i),-delta_pixel1,-delta_pixel2, junk, 'movetarget', 'pixels');
Error in pan>locWindowButtonMotionFcn (line 628) locDataPan(ax,delta_pixel(1),delta_pixel(2),style,hMode);
Error in hgfeval (line 62) feval(fcn{1},varargin{:},fcn{2:end});
Error in uitools.uimode/schema>localEvaluateMotionCallback (line 265) hgfeval(callback,obj,evd);
Error in uitools.uimode/schema>@(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed)) (line 247) hThis.WindowMotionFcnListener.Callback = @(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed));
Warning: Error occurred while evaluating listener callback. Error using norm BLAS loading error: dlopen: cannot load any more object with static TLS
Error in camdolly (line 72) dis = norm(v);
Error in pan>locDataPan (line 1006) camdolly(axVector(i),-delta_pixel1,-delta_pixel2, junk, 'movetarget', 'pixels');
Error in pan>locWindowButtonMotionFcn (line 628) locDataPan(ax,delta_pixel(1),delta_pixel(2),style,hMode);
Error in hgfeval (line 62) feval(fcn{1},varargin{:},fcn{2:end});
Error in uitools.uimode/schema>localEvaluateMotionCallback (line 265) hgfeval(callback,obj,evd);
Error in uitools.uimode/schema>@(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed)) (line 247) hThis.WindowMotionFcnListener.Callback = @(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed));
Warning: Error occurred while evaluating listener callback. Error using norm BLAS loading error: dlopen: cannot load any more object with static TLS
Error in camdolly (line 72) dis = norm(v);
Error in pan>locDataPan (line 1006) camdolly(axVector(i),-delta_pixel1,-delta_pixel2, junk, 'movetarget', 'pixels');
Error in pan>locWindowButtonMotionFcn (line 628) locDataPan(ax,delta_pixel(1),delta_pixel(2),style,hMode);
Error in hgfeval (line 62) feval(fcn{1},varargin{:},fcn{2:end});
Error in uitools.uimode/schema>localEvaluateMotionCallback (line 265) hgfeval(callback,obj,evd);
Error in uitools.uimode/schema>@(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed)) (line 247) hThis.WindowMotionFcnListener.Callback = @(obj,evd)(localEvaluateMotionCallback(obj,evd,valueProposed));
Warning: Error occurred while evaluating listener callback.
Using Matlab 2014a on Ubuntu 14.04

Respuesta aceptada

Friedrich
Friedrich el 2 de Oct. de 2014
Hi,
it's a known bug. Please apply that patch and try again.

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by