| 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.
|
|
| 30 Oct 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | Spencer
|
|
| 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. |
|
| 18 Aug 2009 | sigTOOL Demo Demo version of the sigTOOL analysis package for neuroscience. | Lidierth, Malcolm | Flor,
|
|
| 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. | Lidierth, Malcolm | Xiping
|
|
| 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/ |
|
| 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 |
|
| 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. |
|
| 10 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 | 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. | 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
|
|
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