Help files for sub-functions in p-code
I have a Object class definition with multiple function declarations. To hide the code from the user I can generate p-code of the class definition. The problem is that when you do that, calling help on any of the declared functions in the class definition does not generate any result because the p-code gets rid of the ... 11 Nov 2009 10:07
inputParser help
I have a class as: classdef classA properties string enable fontsize end methods function obj = classA(varargin) p=inputParser; p.addParamValue('string', 'New String', @ischar); p.addParamValue('enable', true, @islogical); ... 11 Nov 2009 10:07
PSA simulation
Is there any available PSA simulator which I can use for simulate a simple PSA process (e.g Skarstrom)? Im doing a project on new adsorbent materials which could show good thermal and mass-transport properties of which I need to confirm. ... 11 Nov 2009 07:53
Input PROGID does not represent an Activex control
Hi John, I'm experiencing the same problem. My system is MATLAB r2009a on Windows 7. On XP SP3, everything works fine. Did you have any luck solving your issue ? Thanks, Damjan "John " <johnj1984(a)yahoo.com> wrote in message <gnuld1$o1j$1(a)fred.mathworks.com>... Hello Folks, I am getting an error tryi... 11 Nov 2009 06:47
colorbar lighting
I am plotting iso-surfaces with transparency and lighting effects, and I want to light the colorbar, so that it resembles the iso-surfaces more closely. I am also using the "freezeColors.m" file (on the file exchange), which requires me to use the v6 colorbar. I am using R2007b The code for lighting my iso-surfaces ... 11 Nov 2009 06:47
Factor Analysis
Hi, I have seen that a very good details is given over Factor Analysis and Principal Component Analysis in Matlab. But I think they did not mention that these methods are not suitable for non-linear data. Could you please confirm that? Or can we apply the same factor analysis to nonlinear data as well? ... 12 Nov 2009 05:06
Hide wait bar
Hi, I am using nlfilter function. The function has waitbar. I want to hide the waitbar without editing nlfilter.Something like: waitbar off nlfilter waitbar on Thanks Ditza ... 11 Nov 2009 16:50
Customize parameter dialog of own simulink blocks (coded in c)
Hi there In the last days I developed a lot of customized simulink blocks in C to build up an environment for an image processing application in simulink. Thereby I reached several points which limit myself in develop a better HMI for my blocks. Maybe this forum can point to further information of develop customized... 16 Nov 2009 16:54
COM interfacing
Hi, i am invoking MATLAB using COM interface from C# application. I am trying to get base workspace data into my C# application using matlab.GetWorkspaceData(string Name, string Workspace, out object pdata); string name == is name of array or vector that i want to import Workspace, i put here "base" out ... 11 Nov 2009 04:32
Reading Ethernet port data in Matlab
Hi all, I need to read tha data on the ehthernet port as well as to write ethernet port using Matlab. Will someone kindly tell me whether this is supported by matlab, and any references I may be useful to me. Anuradha ... 11 Nov 2009 00:08