grid_generator On line 69

10 visualizzazioni (ultimi 30 giorni)
jijun
jijun il 6 Lug 2012
why after typing ‘grid_generator;’ and pressing ‘ENTER’ at the command line of matlab,The following hints appear:
??? Error using ==> imshow (ParseInputs)
Invalid input arguments; see HELP IMSHOW
Error in ==> D:\MATLAB6p5\toolbox\images\images\imshow.m
On line 90 ==> [imtype, cdata, cdatamapping, clim, map, xdata, ydata, filename, ...
Error in ==> D:\MATLAB6p5\work\Digital_Image_Correlation_2010b\grid_generator.m (gridtypeselection)
On line 69 ==> imshow(im_grid,'InitialMagnification',100); %show chosen Image
Error in ==> D:\MATLAB6p5\work\Digital_Image_Correlation_2010b\grid_generator.m
On line 53 ==> [grid_x,grid_y,FileNameBase,PathNameBase] = gridtypeselection(FileNameBase, PathNameBase, im_grid, grid_x, grid_y,1); %call gridselection

Risposta accettata

Walter Roberson
Walter Roberson il 7 Lug 2012
You are using code designed for R2010b with your R13 MATLAB.
If you remove ,'InitialMagnification',100 from line 69 of grid_generator.m then you will be able to get further (but might fail on other lines.)

Più risposte (1)

jijun
jijun il 8 Lug 2012
thank you very much.I am a beginner,I will ask some simple question.Thank you.

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by