why couldn't I use plot?

3 visualizaciones (últimos 30 días)
Jianle Sun
Jianle Sun el 25 de Sept. de 2019
Respondida: Jyotish Kumar el 13 de Nov. de 2019
>> x=linspace(0,2*pi,30);
>> y=sin(x);
>> plot(x,y)
Bundle#121 start failed: Loading D:\Program Files\MATLAB\R2019a\bin\win64\builtins\matlab_graphics_osgserver\mwosgserver_builtinimpl.dllfailed with error: %1 涓
嶆槸鏈夋晥鐨� Win32 搴旂敤绋嬪簭銆�

Respuestas (1)

Jyotish Kumar
Jyotish Kumar el 13 de Nov. de 2019
Hi,
It seems you are using 32-bit system and the graphics require for this plot function is 64 bits.

Categorías

Más información sobre 二维图和三维图 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!