Rank: 175 based on 362 downloads (last 30 days) and 15 files submitted
photo

Kesh Ikuma

E-mail

Personal Profile:
Professional Interests:
signal processing

 

Watch this Author's files

 

Files Posted by Kesh View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 May 2013 Relative Filename A pair of M-files to convert between full and relative filenames. Author: Kesh Ikuma file, path, utility, relative filename, partial filename 21 1
  • 4.0
4.0 | 1 rating
26 Apr 2013 Screenshot EPS Utility Toolbox A set of functions to generate publisher-happy EPS images Author: Kesh Ikuma eps, print, image export, postscript, font embedding, line style 147 14
  • 5.0
5.0 | 2 ratings
06 Nov 2012 XML Parse-n-Find XML parser and tag finder Author: Kesh Ikuma utility, xml, parser, dynamic property 14 0
24 Oct 2012 MS Visual Studio property sheet for building MEX function Using Property Sheet to make VS project configuration easy Author: Kesh Ikuma mex, development, visual studio, visual c, property sheet 24 0
03 Oct 2012 Nero AAC Codec Wrapper MATLAB wrapper functions for Nero AAC Codec (v1.0) Author: Kesh Ikuma audio, data export, data import, aac codec, mp4 audio codec 7 0
Comments and Ratings by Kesh View all
Updated File Comments Rating
22 Apr 2013 EPS Utility Toolbox A set of functions to generate publisher-happy EPS images Author: Kesh Ikuma

@bart - Since I don't use/have Illustrator, I cannot confirm your issue. I see a potential reason for it though. Could you try this?

1. Open test6.eps in a text editor (you can simply use the MATLAB editor, "edit test6.eps")

2. On line 5 or so, you should see a line that starts with "%%DocumentNeededFonts:"

3. Replace "%%DocumentNeededFonts:" with "%%DocumentFonts:"

4. Save and open the EPS file in Illustrator

Let me know if this makes any difference. Thanks

09 Apr 2013 legendflex: a more flexible legend Create a legend with more flexible positioning and labeling capabilities Author: Kelly Kearney

Thanks for sharing a very useful function!

I have one issue though. I'm creating an EPS figure using the built-in PRINT function (in conjunction with my submitted EPS Toolbox), and the legendflex texts overlap while built-in legend gets the exact same texts properly resized. It appears to be that the print resolution is not reflected properly (96 desektop dpi to e.g., 300 print dpi) Any clue how to work around this? If you'd like to see what I described, please contact me via email. Thanks!

27 Feb 2013 EPS Utility Toolbox A set of functions to generate publisher-happy EPS images Author: Kesh Ikuma

@bart, Yeah, Matlab (pre-R2013a) cannot build mex files in 64-bit environment. If you have MS Visual Studio/C++, you can use my other submission (http://www.mathworks.com/matlabcentral/fileexchange/38720) to build them yourself.

11 Dec 2012 EPS Utility Toolbox A set of functions to generate publisher-happy EPS images Author: Kesh Ikuma

@Chris - Thanks for your feedback. I'm surprised to hear that mwa_cmr10-SS could not be found in Illustrator. "-SS" indicates that a necessary subset of mwa_cmr10 font has been embedded in your EPS file.

Also, have you tried to use epsembedfont function with font substitution feature? For example, epsembedfont(epsfile,'+mwa_cmr10=>cmr10','--Subset'). You must first include the path to your cmr10 font using epsfontpath.

05 Jul 2012 inputsdlg: Enhanced Input Dialog Box (v1.3) Predefined dialog box function to accept user inputs of several forms Author: Kesh Ikuma

@kirka - oops, I wrote you a reply before to Troy, but FEX comment section acted up and overwrote my reply to you.

That being said, the only way for this function to return the answers before closing the dialog is for you to modify the code yourself. I modeled this function after the built-in inputdlg function, which is uses a modal window.

Comments and Ratings on Kesh's Files View all
Updated File Comment by Comments Rating
08 May 2013 inputsdlg: Enhanced Input Dialog Box (v1.3) Predefined dialog box function to accept user inputs of several forms Author: Kesh Ikuma Preus, Søren

Invaluable when making large GUI-based applications!

07 May 2013 EPS Utility Toolbox A set of functions to generate publisher-happy EPS images Author: Kesh Ikuma bart

I want to share the solution for the illustrator problem. I seems that the fonts are properly embedded but that illustrator expects that the used fonts are installed on the system, to avoid copyright issues with fonts.

22 Apr 2013 EPS Utility Toolbox A set of functions to generate publisher-happy EPS images Author: Kesh Ikuma Ikuma, Kesh

@bart - Since I don't use/have Illustrator, I cannot confirm your issue. I see a potential reason for it though. Could you try this?

1. Open test6.eps in a text editor (you can simply use the MATLAB editor, "edit test6.eps")

2. On line 5 or so, you should see a line that starts with "%%DocumentNeededFonts:"

3. Replace "%%DocumentNeededFonts:" with "%%DocumentFonts:"

4. Save and open the EPS file in Illustrator

Let me know if this makes any difference. Thanks

22 Apr 2013 EPS Utility Toolbox A set of functions to generate publisher-happy EPS images Author: Kesh Ikuma bart

Illustrator CS6 is complaining about missing font CMB10

epsembedfont('test6.eps','+Courier=>CMB10','+Helvetica=>CMB10','--Full');

The epsgetfonts states that CMB10 is embedded

I'm working is the x86 environment now.

My final goal is to embed the verdana font, but i don't succeed.

kind regards,
bart

27 Feb 2013 EPS Utility Toolbox A set of functions to generate publisher-happy EPS images Author: Kesh Ikuma Ikuma, Kesh

@bart, Yeah, Matlab (pre-R2013a) cannot build mex files in 64-bit environment. If you have MS Visual Studio/C++, you can use my other submission (http://www.mathworks.com/matlabcentral/fileexchange/38720) to build them yourself.

Top Tags Applied by Kesh
gui, utility, dialog, java, automation
Files Tagged by Kesh View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
17 May 2013 Relative Filename A pair of M-files to convert between full and relative filenames. Author: Kesh Ikuma file, path, utility, relative filename, partial filename 21 1
  • 4.0
4.0 | 1 rating
26 Apr 2013 Screenshot EPS Utility Toolbox A set of functions to generate publisher-happy EPS images Author: Kesh Ikuma eps, print, image export, postscript, font embedding, line style 147 14
  • 5.0
5.0 | 2 ratings
06 Nov 2012 XML Parse-n-Find XML parser and tag finder Author: Kesh Ikuma utility, xml, parser, dynamic property 14 0
24 Oct 2012 MS Visual Studio property sheet for building MEX function Using Property Sheet to make VS project configuration easy Author: Kesh Ikuma mex, development, visual studio, visual c, property sheet 24 0
03 Oct 2012 Nero AAC Codec Wrapper MATLAB wrapper functions for Nero AAC Codec (v1.0) Author: Kesh Ikuma audio, data export, data import, aac codec, mp4 audio codec 7 0

Contact us