Rank: 291 based on 255 downloads (last 30 days) and 2 files submitted
photo

Adam Filion

E-mail
Company/University
MathWorks

Personal Profile:

I am an Applications Engineer at MathWorks. My MATLAB addiction began in undergrad while I was attempting to learn Fortran, then someone introduced me to MATLAB. I immediately picked it up and never looked back. These days I travel the country talking with folks of various backgrounds about how MATLAB can make their work easier.

Professional Interests:
data analysis, dynamic simulation, control design, parallel computing, image processing

 

Watch this Author's files

 

Files Posted by Adam View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
06 May 2013 Screenshot Volumetric Data Explorer App for exploring higher dimensional data using volumetric visualizations and animation. Author: Adam Filion 4d, movie, visualization, slice, isosurface, patch 250 9
  • 4.66667
4.7 | 3 ratings
26 Jun 2012 Dynamically create a bus testing harness in Simulink Dynamically create a test harness in Simulink given a bus object with arbitrary underlying structure Author: Adam Filion simulink, bus, object, structure, harness 5 3
  • 4.0
4.0 | 1 rating
Comments and Ratings by Adam View all
Updated File Comments Rating
23 May 2013 Volumetric Data Explorer App for exploring higher dimensional data using volumetric visualizations and animation. Author: Adam Filion

Hi jp, thanks for trying out the app. I haven't seen that error before with the app. I only tested on win7 but I don't think that should be an issue.

My first guess is that this is a path issue. After loading the app, when you get the error, can you check the state of the MATLAB path? You can do so by entering >>path or using the Set Path utility in the home tab.

After loading the app, four folders should now be at the top of your path:
<approot>\DataExplorer
<approot>\DataExplorer\GUILayout-v1p12
<approot>\DataExplorer\GUILayout-v1p12\Patch
<approot>\DataExplorer\html

Where <approot> is the app install location, which you can set through the MATLAB Preferences -> Apps section.

The only other possibility I can think of is maybe some kind of permissions issue, though I kinda doubt it. In any case, can you try running MATLAB in administrator mode and use the app to see if that changes things?

Please confirm if your path is correct after loading the app, and I'll try thinking of some other possibilities in the meantime.

Thanks, Adam

01 May 2013 Minesweeper Clone Microsoft Windows XP Minesweeper clone for MATLAB Author: @bmtran

I hit the same problem Ryan does, it errors after changing the difficulty once. Other than that, very nice :)

01 May 2013 Volumetric Data Explorer App for exploring higher dimensional data using volumetric visualizations and animation. Author: Adam Filion

Thanks for the comment Matthew, I think that's a good suggestion. As you use it, let me know if there are any additional options/features that would be useful.

30 Apr 2013 Volumetric Data Explorer App for exploring higher dimensional data using volumetric visualizations and animation. Author: Adam Filion

Bug fix is in, app has been updated to V 1.0.1

30 Apr 2013 Volumetric Data Explorer App for exploring higher dimensional data using volumetric visualizations and animation. Author: Adam Filion

Hi Warwick,

Thanks for trying out the app. That's a bug I hadn't caught in testing. I'm updating the file, but since I work for MathWorks there's a separate submission process and I'm not sure when it will go through. Please use the 'Watch this file' link at the top of the page to get auto updates when the file changes.

Thanks, Adam

Comments and Ratings on Adam's Files View all
Updated File Comment by Comments Rating
24 May 2013 Volumetric Data Explorer App for exploring higher dimensional data using volumetric visualizations and animation. Author: Adam Filion jp

Hi Adam, thanks for your swift reply. I've reinstalled it using a different directory and managed to launch the app, but I'm still receiving lots of error msgs... I'm already runing as administrator.
Path gives me: /home/jpn12/Documents/MATLAB/Apps/DataExplorer - 2
/home/jpn12/Documents/MATLAB/Apps/DataExplorer - 2/Patch
/home/jpn12/Documents/MATLAB/Apps/DataExplorer - 2/html
/home/jpn12/Documents/MATLAB/Apps/DataExplorer - 2/metadata

and when loading some data (or trying the built-in examples) into the app I got:
Error using griddedInterpolant
Sample values must be a single or double array.
Error in interp3 (line 141)
F = griddedInterpolant(X, Y, Z, V, method,extrap);
Error in slicemod (line 100)
vi = interp3(x,y,z,v,xi,yi,zi,method);
Error in DataExplorer/RedrawSlice (line 984)
app.SliceHandle =
slicemod(app.SliceAxis,app.DimValues{1},app.DimValues{2},app.DimValues{3},app.Data(:,:,:,app.CurrentSample),SliceLoc(1),SliceLoc(2),SliceLoc(3));
Error in DataExplorer>@(varargin)app.RedrawSlice(varargin{:})
(line 178)
app.GridComp{1,2} =
uicontrol('Parent',app.SliceGrid,'Style','slider','Callback',@app.RedrawSlice);
Error while evaluating uicontrol Callback

java.lang.IllegalArgumentException: adding a container to a container on a different GraphicsDevice
at java.awt.Component.checkGD(Unknown Source)
at java.awt.Container.addImpl(Unknown Source)
at java.awt.Container.add(Unknown Source)
at com.mathworks.hg.peer.FigurePanel.doAdd(FigurePanel.java:215)
at com.mathworks.hg.peer.FigurePanel.assembleFigurePanel(FigurePanel.java:203)
at com.mathworks.hg.peer.FigurePanel.reconstructFigurePanel(FigurePanel.java:131)
at com.mathworks.hg.peer.FigurePanel.handleNotification(FigurePanel.java:88)
at com.mathworks.hg.peer.FigureNotificationHandlerImpl.forwardNotification(FigureNotificationHandlerImpl.java:62)
at com.mathworks.hg.peer.FigureNotificationHandlerImpl.handleNotification(FigureNotificationHandlerImpl.java:29)
at com.mathworks.hg.peer.FigureAxisComponentProxy.construct(FigureAxisComponentProxy.java:89)
at com.mathworks.hg.peer.FigureAxisComponentProxy.setVisual(FigureAxisComponentProxy.java:112)
at com.mathworks.hg.peer.FigureHG1Mediator.setClientVisual(FigureHG1Mediator.java:119)
at com.mathworks.hg.peer.HG1FigurePeer.setVisualImpl(HG1FigurePeer.java:169)
at com.mathworks.hg.peer.FigurePeer$25.run(FigurePeer.java:2552)
at com.mathworks.hg.util.HGPeerQueue$HGPeerRunnablesRunner.runit(HGPeerQueue.java:262)
at com.mathworks.hg.util.HGPeerQueue$HGPeerRunnablesRunner.runNotThese(HGPeerQueue.java:294)
at com.mathworks.hg.util.HGPeerQueue$HGPeerRunnablesRunner.run(HGPeerQueue.java:310)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

BTW: I'm using dual monitors, and I know Matlab doesn't behave well with this configuration sometimes...

tks, jp

23 May 2013 Volumetric Data Explorer App for exploring higher dimensional data using volumetric visualizations and animation. Author: Adam Filion Filion, Adam

Hi jp, thanks for trying out the app. I haven't seen that error before with the app. I only tested on win7 but I don't think that should be an issue.

My first guess is that this is a path issue. After loading the app, when you get the error, can you check the state of the MATLAB path? You can do so by entering >>path or using the Set Path utility in the home tab.

After loading the app, four folders should now be at the top of your path:
<approot>\DataExplorer
<approot>\DataExplorer\GUILayout-v1p12
<approot>\DataExplorer\GUILayout-v1p12\Patch
<approot>\DataExplorer\html

Where <approot> is the app install location, which you can set through the MATLAB Preferences -> Apps section.

The only other possibility I can think of is maybe some kind of permissions issue, though I kinda doubt it. In any case, can you try running MATLAB in administrator mode and use the app to see if that changes things?

Please confirm if your path is correct after loading the app, and I'll try thinking of some other possibilities in the meantime.

Thanks, Adam

23 May 2013 Volumetric Data Explorer App for exploring higher dimensional data using volumetric visualizations and animation. Author: Adam Filion jp

Dear Adam,

it doesn't work for me... runing R2013a under ubuntu... Tks

Warning: Function /home/jpn12/rotinas matlab/dataexplorer/%2Buiextras/get.m has
the same name as a MATLAB builtin. We suggest you rename the function to avoid a
potential name conflict.
> In path at 110
In addpath at 87
In runapp at 10
Warning: Function /home/jpn12/rotinas matlab/dataexplorer/%2Buiextras/set.m has
the same name as a MATLAB builtin. We suggest you rename the function to avoid a
potential name conflict.
> In path at 110
In addpath at 87
In runapp at 10
Error using get (line 40)
Property name must begin with 'Default'.
Error in DataExplorer (line 100)
screensize = get(0,'ScreenSize');
Error in DataExplorer0x2D1App/startApp (line 60)
obj.AppHandle = eval('DataExplorer');
Error in DataExplorer0x2D1App (line 37)
startApp(obj)
Error in appinstall.internal.runapp>execute (line 69)
out = evalin('caller', [script ';']);
Error in appinstall.internal.runapp>runapp13a (line 51)
outobj = execute(fullfile(appinstalldir, [wrapperfile 'App.m']));
Error in appinstall.internal.runapp>runcorrectversion (line 35)
appobj = runapp13a(appinstalldir);
Error in appinstall.internal.runapp (line 17)
out = runcorrectversion(appmetadata, appentrypoint, appinstalldir);
>>

05 May 2013 Volumetric Data Explorer App for exploring higher dimensional data using volumetric visualizations and animation. Author: Adam Filion Andrews, Paul

01 May 2013 Volumetric Data Explorer App for exploring higher dimensional data using volumetric visualizations and animation. Author: Adam Filion Warwick

Terrific. Going to be very useful for my work in meteorology and climatology.

Top Tags Applied by Adam
3d, 4d, 5d, animate, animation
Files Tagged by Adam View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
06 May 2013 Screenshot Volumetric Data Explorer App for exploring higher dimensional data using volumetric visualizations and animation. Author: Adam Filion 4d, movie, visualization, slice, isosurface, patch 250 9
  • 4.66667
4.7 | 3 ratings
26 Jun 2012 Dynamically create a bus testing harness in Simulink Dynamically create a test harness in Simulink given a bus object with arbitrary underlying structure Author: Adam Filion simulink, bus, object, structure, harness 5 3
  • 4.0
4.0 | 1 rating

Contact us