| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 17 Nov 2009 | Using java swing components in MATLAB A custom class that eases the use of java.awt and javax.swing components in MATLAB | Lidierth, Malcolm | Jose
You can however, build very complex GUIs using a MATLAB figure or uipanel as parent and I hope to include tabbed panes once TWM provide full support for these. An advantage of using MATLAB containers is that you can mix and match jcontrols and MATLAB components including graphics in a single figure/panel. Apart from using a java window, there are few restrictions. You can for example create a uipanel, add a swing JPanel to it, populate that with a JScrollPane and add a JTree to it along with a set of JButtons in the JPanel.
|
|
| 17 Nov 2009 | Using java swing components in MATLAB A custom class that eases the use of java.awt and javax.swing components in MATLAB | Ramon, Jose Miguel | Great work! I have a question about the problems with the containers in R2008b onwards. As you comment before, hgjavacomponent may not parent other hgjavacomponent. Does this mean I cannot use Jframe as parent for my Javacomponents in R2008b onwards? Therefore the only one way to contain JavaComponents is a figure, isn’t it? Is there any restriction in terms of including Javacomponent if I use a figure as parent? Can I build complex GUI’s using figure as parent? Thanks in advance |
|
| 30 Oct 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | Spencer
|
|
| 29 Oct 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Chen, Spencer | I just started using this tool. Very impressive Malcolm. I like the look and feel of the GUI. Much better than the other toolbox I have also been playing around with (FIND). Anyways, I implemented my custom importer for TDT data using the Neuroshare interface. The data loaded okay, but in the process of using features of this toolbox, I find myself having to debug through several show-stopping errors. A little anonying and frustrating, but I speak Matlab enough to be able to work through them. |
|
| 06 Oct 2009 | Using java swing components in MATLAB A custom class that eases the use of java.awt and javax.swing components in MATLAB | Lidierth, Malcolm | Ritesh
|
|
| 06 Oct 2009 | Using java swing components in MATLAB A custom class that eases the use of java.awt and javax.swing components in MATLAB | Lidierth, Malcolm | PS That should be uitab + uitabgroup |
|
| 02 Oct 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | Ryan
names={'stdmin',...
Remember though, that these values are reset via set_parameters_simulation.m when you load a new channel so editing set_parameters_simulation.m may be more convenient. As for batch processing, that could probably be included if there were enough demand but there are a lot of other things on the TODO list. |
|
| 30 Sep 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Maloney, Ryan | Hi Malcolm,
|
|
| 30 Sep 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Maloney, Ryan | ||
| 27 Aug 2009 | Using java swing components in MATLAB A custom class that eases the use of java.awt and javax.swing components in MATLAB | Sood, Ritesh | I have only run the demo so far (which worked well), but it's surely a very useful contribution and I would like to thank the author for the same. Although I haven't programmed awt/swing, or even much java, I recently wrote a fairly complex gui in perl-Gtk2, and I've some experience in gui programming. My first question is if it's possible to have tabbed panes like we do in web browsers and a number of other guis? I don't think Matlab has it natively, and I'm sure swing has it. So how about our jobjects? Second, one very desirable (even essential) feature in gui toolkits is widget packing. One programs the relative layout of the widgets and the toolkit computes the absolute positions and dimensions. I mean why should I be bothered with the arithmetic, let the computer do the math. Now that we can access swing via jobjects, is it possible to do automatic widget packing? Thanks for your help! |
|
| 18 Aug 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | Flor,
|
|
| 17 Aug 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Flor | How do I import signals that are already in .mat format? Thanks |
|
| 16 Jun 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | Xiping
|
|
| 15 Jun 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Zhan, Xiping | Thank you. Malcolm,
Besides, it is not consistent to export figures as pdf,tif,or ai,etc. |
|
| 15 Jun 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | Xiping
|
|
| 14 Jun 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Zhan, Xiping | It's nice software. But how to export the graph into a spreadsheet style data or send ActiveX. |
|
| 07 Apr 2009 | Using java swing components in MATLAB A custom class that eases the use of java.awt and javax.swing components in MATLAB | Jveer | way too much effort required to integrate within guide created GUIs. can't be asked. |
|
| 13 Mar 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | Wave_clus 2.0 is supported in the latest version of sigTOOL at http://sigtool.sourceforge.net/ |
|
| 09 Mar 2009 | filtfilthd Zero-phase forwards/backwards filtering using SP toolbox dfilt filter objects | Keith | Provides a solution to the limited resolution of the matlab transfer function filter forms when calling filtfilt. Filter objects can be created with zero pole gain prototypes, converted to second order sections and avoid the numerical precision problems associated with [b,a] transfer functions but allow use of filtfilt to eliminate phase distortion. |
|
| 24 Feb 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Yunguo | the new version Wave_clus (2.0) does not work with the sigTOOL: http://www.vis.caltech.edu/~rodri/Wave_clus/Wave_clus_home.htm |
|
| 20 Feb 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | costa, ste | thanks, Malcom I already have complete version of sigTOOL, but this was not the correct place where having a discussion about. best,
|
|
| 20 Feb 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | For ste costa The file import functions are not included in this demo version because TMW no longer allows dlls to be included on MATLAB Cental submissions. To get the full version of sigTOOL, complete with the import functions you require visit |
|
| 20 Feb 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | costa, ste | Hi all, I think sigTOOL can be a powerfull tool for analyzing neural data, but I could not explore its full potentiality because I'm not able to import my plexon dataset into it (until now I visualised data in wav format, but without events information): I use Matlab R2008a and after launching sigTOOL gui, I run this: >> ns_SetLibrary(which('nsPlxLibrary.dll')) it return: ans = 0 After, I try to import *****.plx file but loading bar freezes at 13%; matlab command displays this errors: ??? In an assignment A(:) = B, the number of elements in A and B
Error in ==> ImportNS at 171
Error in ==> scImport at 50
Error in ==> menu_ImportPLX at 38
??? Error while evaluating uimenu Callback can someone help me???? thank a lot!
|
|
| 05 Dec 2008 | Using java swing components in MATLAB A custom class that eases the use of java.awt and javax.swing components in MATLAB | Lidierth, Malcolm | Thierry. Many thanks. Demo file now restored to zip. |
|
| 27 Nov 2008 | Using java swing components in MATLAB A custom class that eases the use of java.awt and javax.swing components in MATLAB | Dalon, Thierry | I could not find any demo in the package.(jControldemo missing?) |
|
| 20 Nov 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Zhao, Lingyun | Good tool and easy to use, especially it include a lot of file format. This is unique among the neural softwares. |
|
| 10 Nov 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | Yunguo
|
|
| 09 Nov 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Yunguo | Dear Malcolm, It is very nice that sigTOOL integrates the wave_clus to do spike-sorting. But I just wonder how can I do batch spike-sorting of multiple-channel recordings by using sigTOOL. Specifically, I would like to do is:
I have tried to use batch process in the menu, but not much success. It would be very kind of you if you can comment on this point. I think a lot of people out there would like to have the capability of doing batch spiking. Thanks in advance. Yunguo |
|
| 06 Nov 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Yunguo | ||
| 06 Nov 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Yunguo | Dear Malcolm, Thank you so much. The cluster.exe can run in console of Windows XP 64 bit. I change the PCWIN32 to PCWIN64, then wave_clus is working fine now. Thanks again!!! Yunguo |
|
| 06 Nov 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | OK.
If it is OK to run the cluster.exe file, then:
case {'PCWIN', 'PCWIN64'}
Save the change and exit the debugger, then try again. Good luck
|
|
| 06 Nov 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Yunguo | Dear Malcolm, Thanks a lot. I did what you said here. But the same error messages appeared BY the way, I use Windows XP 64-bit, Thanks again. |
|
| 06 Nov 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | Yunguo
|
|
| 06 Nov 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | Yunguo I am glad you like it. menu_InterfaceTo_Wave_clus changes the present working directory to the system temprary folder so that temporary files created by wave_clus are written to that. It looks as though the directory is changing before the wave_clus run_cluster function is called- hence the file not found warnings and eventual error. Put a breakpoint at line 8 of run_cluster and run clustering from the wave_clus GUI. When the debugger halts exection, try pwd and tempdir at the command line:
If these are not the same that explains the errors. Next you need to find why they are not the same because the command
The "'.' is not recognized as an internal or external command,
As a temporary fix, you may find the typing
|
|
| 05 Nov 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Yunguo | Excellent MATLAB-based package I've ever seen for neural signal processing. But I did encounter a problem with spiking sorting (using wave_clus under the menu "Spike Train". Can anyone tell me what the problem is? Thanks a lot in advance. The errors are: Warning: File 'data_wc.dg_01.lab' not found.
Error in ==> run_cluster at 57
Error in ==> menu_InterfaceTo_wave_clus>Run at 235
??? Error while evaluating uicontrol Callback |
|
| 24 Sep 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | Evan,
|
|
| 23 Sep 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Thomas, Evan | Seems good but but the 'Pirate copy' popup that keeps appearing renders it unusable. |
|
| 28 Jul 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | .., lee | wow, this is AWESOME. I just started coding some of my own matlab analysis programs for plexon data, this program saves A LOT of time. Seems very well made, easy to install, and very intuitive interface. Does everything and more than NEX and does it in matlab so adds a lot of versatility. You can interface with it with your own code. It even has a a trigger filter which is just what I needed for some data (cuts all odd or even or nth triggers from data if you want it to). |
|
| 28 Jul 2008 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | hi, hello | ||
| 05 Jul 2008 | Sinc Resample SincResample resamples signals to arbitrary lengths/frequencies and/or timeshifts them | Pavlic, Ted | The description of this script makes it sound like an improved version fo the INTERPFT function (which just calls fft, pads, and then calls ifft). I put together a modified INTERPFTW that allows you to resample aliases from different Nyquist windows. In other words, instead of padding the FFT purely at its ends, it splits the padding so that some is at DC and some is at the ends (i.e., it uses a bandpass filter rather than a low-pass filter). http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=20524&objectType=file I imagine that you could make a similar modification to your script. |
|
| 08 Jun 2008 | Sinc Resample SincResample resamples signals to arbitrary lengths/frequencies and/or timeshifts them | Carraeo, James | Useful, thanks. |
|
| 06 Mar 2008 | Sinc Resample SincResample resamples signals to arbitrary lengths/frequencies and/or timeshifts them | vvv, karan | ok |
|
| 20 Feb 2008 | MATLAB SON Library Import functions for reading/writing CED Spike2 data files | s, h | SONGetADCData.c is missing so compile.m fails to work.
|
|
| 18 Feb 2008 | filtfilthd Zero-phase forwards/backwards filtering using SP toolbox dfilt filter objects | r., ueli | exactly what i needed |
|
| 13 Nov 2007 | Sinc Resample SincResample resamples signals to arbitrary lengths/frequencies and/or timeshifts them | yong-soo, cho | I am korean user that is interested in this file |
|
| 23 Oct 2007 | filtfilthd Zero-phase forwards/backwards filtering using SP toolbox dfilt filter objects | Wahl, Gunter | ||
| 13 Aug 2007 | Using java swing components in MATLAB A custom class that eases the use of java.awt and javax.swing components in MATLAB | Ortner, Mathias | I like this work : however I got a problem when trying the demo, here is my udate of the javacomponent.m that made it work if ( isa(hParent, 'figure') || ...
|
|
| 18 Jul 2007 | Using java swing components in MATLAB A custom class that eases the use of java.awt and javax.swing components in MATLAB | Clark, Nick | Wonderful work! The author emailed me with a fix to get this working if you're a 7.0.1 user. See the following: *In your copy of MATLAB's javacomponent.m , change lines 66-68 to this:
*In jcontrolDemo:
|
|
| 15 Jul 2007 | Using java swing components in MATLAB A custom class that eases the use of java.awt and javax.swing components in MATLAB | Altman, Yair | Excellent submission. Simple, easy to understand, richly documented and very effective. A great source of knowledge and examples for anyone interested in Java-Matlab integration as well as in object-oriented Matlab programming. This submission is one of, if not the, best that I've seen in fully utilizing Matlab's class properties (with some undocumented Matlab functionality), subscripted referencing & assignment, and method overloading. Aside from class methods which are missing here, this is a great example for Matlab OOP. |
|
| 07 May 2007 | Data cursors for figure window Data cursor support for multiple axes in a fugure | chen, charli | very good and useful. However, the cursor will meet some problems when you zoom in/out, or move the figure. |
|
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.
Contact us at files@mathworks.com