Rank: 121 based on 330 downloads (last 30 days) and 17 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
18 Jul 2013 inputsdlg: Enhanced Input Dialog Box (v2.0) Predefined dialog box function to accept user inputs of several forms Author: Kesh Ikuma dialog, inputdlg, uigetdir, uigetfile, uiputfile, gui 78 30
  • 4.66667
4.7 | 9 ratings
20 Jun 2013 FFmpeg Toolbox A set of wrapper functions to run FFmpeg directly from Matlab Author: Kesh Ikuma utility, ffmpeg, multimedia, file conversion 25 0
11 Jun 2013 Screenshot fixuilabels Change 'text' uicontrol objects' vertical alignment Author: Kesh Ikuma gui, utility, java 1 0
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 3 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 79 20
  • 5.0
5.0 | 2 ratings
Comments and Ratings by Kesh View all
Updated File Comments Rating
09 Jul 2013 inputsdlg: Enhanced Input Dialog Box (v2.0) Predefined dialog box function to accept user inputs of several forms Author: Kesh Ikuma

@Charles - Great idea! I'm working on a new version as of now. I will incorporate your suggestion in the upcoming release.

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

@Matteo - Do you still get the error with getallstr()? If so, could you send me your figure, which produces the error?

As for the fonts "not well reproduced": Are you talking about the odd spacing? If so, that's the way it is for now, unfortunately.

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.

Comments and Ratings on Kesh's Files View all
Updated File Comment by Comments Rating
01 Aug 2013 jMouseEmu: Mouse Emulator (v2.2) A Java-based function to control mouse programmatically Author: Kesh Ikuma kung, p

exactly what i was looking for (to emulate mouse movement)

but i got an error for

JMOUSEEMU(POS)

POS = [X,Y]

whether there is a figure or no figure.

if seems i have to use

jmouseemu(fig, POS)

fig => figure handle

31 Jul 2013 inputsdlg: Enhanced Input Dialog Box (v2.0) Predefined dialog box function to accept user inputs of several forms Author: Kesh Ikuma John

This looks like a great tool!

However, I appear to be unable to run the demos or the examples shown in the "File Exchange Pick of the Week".
I am getting a variety of errors such as:

Error 1 (1st example in "File Exchange Pick of the Week"):

Error using struct
Field names must be strings.

Error in inputsdlg>checkformats (line 1086)
Formats = repmat(struct(fields{:}),NumQuest,1);

Error in inputsdlg (line 388)
[Formats,err] = checkformats(Formats,NumQuest,FormatDefaultFields);

Error 2 (2nd example in "File Exchange Pick of the Week"):

Error using inputsdlg (line 394)
Default text data format must be char.

Error 3 (attempt to run inputsdlg_demo_tile.m)

Error using inputsdlg (line 394)
Default dir must be a valid path.

Error in inputsdlg_demo_tile (line 57)
inputsdlg(Prompt,Title,Formats,DefAns,Options)

Error 4 (attempt to run inputsdlg_demo.m):

Error using inputsdlg (line 394)
Default integer data must integer.

Error in inputsdlg_demo (line 187)
[Answer,Cancelled] = inputsdlg(Prompt,Title,Formats,DefAns,Options)

However, the inputsdlg_demo_contactinfo.m works great! I know that I have included a lot of info here, but I thought that you might be able to investigate this better with more information.

24 Jul 2013 EPS Utility Toolbox A set of functions to generate publisher-happy EPS images Author: Kesh Ikuma Conrad

Hi Kesh

Many thanks for developing this tool.

I just have a question because I experience an error when using this tool.

I am using a mac, so maybe this could be the problem.

Please would you let me know if I am using the tool incorrectly or if there is some way to fix the below problem?

I appreciate your time and thank you in advance!

My error is as follows:

Error using cell/setdiff>cellsetdiffR2012a (line 292)
Input A of class double and input B of class cell must be cell
arrays of strings, unless one is a string.

Error in cell/setdiff (line 84)
[varargout{1:nlhs}] = cellsetdiffR2012a(varargin{:});

Error in epsfixfonts (line 133)
NeededFonts = setdiff(AllFonts,EmbeddedFonts);

Error in epswrite (line 190)
epsfixfonts(outfile,embedsymbol);

Error in MyProgramV1_060 (line 43)
epswrite(h,'fig.eps')

09 Jul 2013 inputsdlg: Enhanced Input Dialog Box (v2.0) Predefined dialog box function to accept user inputs of several forms Author: Kesh Ikuma Ikuma, Kesh

@Charles - Great idea! I'm working on a new version as of now. I will incorporate your suggestion in the upcoming release.

04 Jul 2013 inputsdlg: Enhanced Input Dialog Box (v2.0) Predefined dialog box function to accept user inputs of several forms Author: Kesh Ikuma Collin, Charles

This looks like a very useful tool. However, I noted that it has the same issue regarding font size as does inputdlg. That is, it only takes the factory default, making it impossible to change the size of the font using (e.g.) set(0, 'DefaultTextFontSize', 14), as is possible for most of the other "dlg" commands. I modified the script at line 940 to read:
'FontSize' get(0,'DefaultTextFontSize');
This makes it accept the user-definable default, but the size of the text boxes don't scale accordingly. It would be great if an updated version of the function could do this. Thanks for your attention.

Top Tags Applied by Kesh
utility, gui, java, dialog, automation
Files Tagged by Kesh View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
18 Jul 2013 inputsdlg: Enhanced Input Dialog Box (v2.0) Predefined dialog box function to accept user inputs of several forms Author: Kesh Ikuma dialog, inputdlg, uigetdir, uigetfile, uiputfile, gui 78 30
  • 4.66667
4.7 | 9 ratings
20 Jun 2013 FFmpeg Toolbox A set of wrapper functions to run FFmpeg directly from Matlab Author: Kesh Ikuma utility, ffmpeg, multimedia, file conversion 25 0
11 Jun 2013 Screenshot fixuilabels Change 'text' uicontrol objects' vertical alignment Author: Kesh Ikuma gui, utility, java 1 0
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 3 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 79 20
  • 5.0
5.0 | 2 ratings

Contact us