??? Attempt to execute SCRIPT graphicsversion as a function - but all plot files are default

4 ビュー (過去 30 日間)
Jenny
Jenny 2014 年 10 月 8 日
編集済み: Jenny 2014 年 10 月 8 日
I am trying with anything - for troubleshooting sake I made two x and y vectors with 3 values and asked it to plot - this is the response.
>> plot(x,y)
??? Attempt to execute SCRIPT graphicsversion as a function:
/Applications/MATLAB_R2009b.app/toolbox/matlab/graphics/graphicsversion.m
Googling suggests a mismatched name somewhere between the function and the script.
Steps I have already taken:
  • I'd previously got an issue which said the toolbox path cache was wrong, so updated this using the option in general preferences
  • removed all folders from the file path except default
  • moved the graph2d path to the top/bottom to see if I can force it to be called first
  • identified there is only one file called graphics version.m (/Applications/MATLAB_R2009b.app/toolbox/matlab/graphics/graphicsversion.m)
  • identified all files called plot:
which -all plot
built-in (/Applications/MATLAB_R2009b.app/toolbox/matlab/graph2d/plot)
/Applications/MATLAB_R2009b.app/toolbox/matlab/timeseries/@timeseries/plot.m % timeseries method
/Applications/MATLAB_R2009b.app/toolbox/bioinfo/bioinfo/@phytree/plot.m % phytree method
/Applications/MATLAB_R2009b.app/toolbox/bioinfo/microarray/@HeatMap/plot.m % HeatMap method
/Applications/MATLAB_R2009b.app/toolbox/bioinfo/microarray/@clustergram/plot.m % clustergram method
/Applications/MATLAB_R2009b.app/toolbox/comm/comm/@channel/plot.m % channel method
/Applications/MATLAB_R2009b.app/toolbox/curvefit/curvefit/@sfit/plot.m % sfit method
/Applications/MATLAB_R2009b.app/toolbox/curvefit/curvefit/@cfit/plot.m % cfit method
/Applications/MATLAB_R2009b.app/toolbox/finance/ftseries/@fints/plot.m % fints method
/Applications/MATLAB_R2009b.app/toolbox/ident/ident/@idmodel/plot.m % idmodel method
/Applications/MATLAB_R2009b.app/toolbox/ident/ident/@idfrd/plot.m % idfrd method
/Applications/MATLAB_R2009b.app/toolbox/ident/ident/@iddata/plot.m % iddata method
/Applications/MATLAB_R2009b.app/toolbox/ident/nlident/@idnlhw/plot.m % idnlhw method
/Applications/MATLAB_R2009b.app/toolbox/ident/nlident/@idnlarx/plot.m % idnlarx method
/Applications/MATLAB_R2009b.app/toolbox/mpc/mpc/@mpc/plot.m % mpc method
/Applications/MATLAB_R2009b.app/toolbox/rf/rf/@rfckt/plot.m % rfckt method
/Applications/MATLAB_R2009b.app/toolbox/robust/robust/@frd/plot.m % frd method
/Applications/MATLAB_R2009b.app/toolbox/signal/signal/@dspdata/plot.m % dspdata method
/Applications/MATLAB_R2009b.app/toolbox/wavelet/wavelet/@wdectree/plot.m % wdectree method
/Applications/MATLAB_R2009b.app/toolbox/wavelet/wavelet/@ntree/plot.m % ntree method
/Applications/MATLAB_R2009b.app/toolbox/wavelet/wavelet/@dtree/plot.m % dtree method
/Applications/MATLAB_R2009b.app/toolbox/wavelet/wavedemo/@wvtree/plot.m % wvtree method
/Applications/MATLAB_R2009b.app/toolbox/wavelet/wavedemo/@rwvtree/plot.m % rwvtree method
/Applications/MATLAB_R2009b.app/toolbox/wavelet/wavedemo/@edwttree/plot.m % edwttree method
This is why I'm stuck - I can't see anythign here except that which is installed by default... does anybody have any suggestions?
Considering a full re installation at this point >_>
UPDATE
I think this is a java issue. (Matlab using 1.6 but mac only has 1.7) No idea how to fix it but this question is no longer relevant - I'll resubmit with the right question!

回答 (0 件)

カテゴリ

Help Center および File ExchangeHammerstein-Wiener Models についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by