Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matlab crash while trying to export tiff image #15

Open
protik77 opened this issue Aug 27, 2015 · 2 comments
Open

Matlab crash while trying to export tiff image #15

protik77 opened this issue Aug 27, 2015 · 2 comments
Labels

Comments

@protik77
Copy link

Tried with the earlier hotfix & the latest code. It seems it always crashes for Windows 7 & 10. My Matlab version is R2014b. MWE is given below.

clear all; 

f = 50;  % frequency
Vm = 10; % peak
phi = 0; % phase

% generate the signal
t = [0:0.0001:3/f];
th = 2*pi*f*t;
v = Vm*sin(th+phi);

% plot it
figure;
plot(t*1E3, v);

plt=Plot();

plt.export('test.tiff');
@masumhabib
Copy link
Owner

Cannot reproduce it in Mac & MATLAB2013b.

@masumhabib
Copy link
Owner

Do other file types work?

@masumhabib masumhabib added the bug label Nov 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants