MATLAB: Does MATLAB 7.0 (R14) crash when copying data from KaleidaGraph on Mac OS X

copyimportkaliedagraphmacMATLABpastespreadsheetwizardworkspace

When I attempt to copy data from KaliedaGraph into MATLAB 7.0 (R14) by cutting and pasting into the Workspace window to activate the Import Wizard, MATLAB crashes occasionally. In some instances, MATLAB will import the data, but append extraneous rows and columns.

Best Answer

This bug has been fixed in Release 14 Service Pack 2 (R14SP2). For previous releases, please read below for any possible workarounds:
This bug has been fixed for Release 14 SP1 (R14SP1). For previous releases, please read below for any possible workarounds:
We have verified that there is a bug in MATLAB 7.0 (R14), in the way it handles pasting data into the Workspace browser on Mac OS X. In order to work around this problem, you can do the following:
1. Create a new variable
newvar = [];
2. Open the variable in the Array Editor
3. Now, paste the data into the Array Editor, instead of the workspace.