First
|
Prev |
Next
|
Last
Pages: 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865
SVMTrain results to build an approximation function "Bruno Luong" <b.luong(a)fogale.findmycountry> wrote in message <haq9bl$dsb$1(a)fred.mathworks.com>... "David Cohen" <dudu.cohen(a)gmail.com> wrote in message <haptkl$k6q$1(a)fred.mathworks.com>... Hello all, I have bulid a Neural Network (RBF) based on data I have gathered using the SVMTrain, I have also te... 25 Apr 2010 14:23
How to synchronize global variables I was using an Extrinsic API to request data from outside and store them into a global variable. One thing bothering me is sometimes nothing happens or the data comming in slowly, and then some fractions of a second later a totally different method gets fired with the data you requested as an argument. say exAPI.req... 24 Apr 2010 22:43
Accessing a Structure in a loop I have imported data that has the following information: Q.PR_1 Q.PR_2 Q.PR_3 each of the PR_# have a n x m matrix. I need to loop through all these data points how can I setup a loop like: for i = 1:3 sol(i) = Q.PR_i(1,1) ????? end thanks MT ... 26 Apr 2010 00:27
Creating Complex Structure "Markthomas " <cutonem(a)clarkson.edu> wrote in message <hr0476$86u$1(a)fred.mathworks.com>... I have a structure labeled Gr_4e10 which have the following data inside: Gr_4e10.Q Gr_4e10.Ar and so forth i also have a structure called Gr_5e10 which looks the same as above: Gr_5e10.Q Gr_5e... 26 Apr 2010 00:27
Creating Complex Structure I have a structure labeled Gr_4e10 which have the following data inside: Gr_4e10.Q Gr_4e10.Ar and so forth i also have a structure called Gr_5e10 which looks the same as above: Gr_5e10.Q Gr_5e10.Ar How can i combine these under one structure called DATA? for instance I want it to look like: DATA.Gr... 24 Apr 2010 21:37
general strategy for a simulink project I have written a program in Matlab that I now have to move to Simulink. I have done some work with simulink but am a little lost in what the best approach is. The simulation: I have a model for a dynamic system, namely an inverted pendulum being solved using ode45 in my matlab code. I am then adding noise to the ... 24 Apr 2010 20:32
ahhhhh....help! Right so, where to begin. Basically, I've created a program to predict the temperature profile through a space shuttle tile on re-entry, in 1D. While, at first, I took the specific heat capacity of the tile as a constant, I've now learned that the spec heat capacity varies with varying temperature. I'm not a whiz at Ma... 24 Apr 2010 21:37
orthogonal matrix Hello, I have problem for my project: Let we matrices C0,C1,C2,C3,D0,D1,D2, and D3 are with size 2x2. We knowing matrices C0,C1,C2,and C3 that [C0 C1 C2 C3]*[C0 C1 C2 C3]'=I We construct the matrix W=[C0 C1 C2 C3 zeros(2,2) zeros(2,2); zeros(2,2) zeros(2,2) C0 C1 C2 C3; D0 D1 D2 D3 zeros(2,2) zeros(2,2)... 26 Apr 2010 21:43
INTERPOLATION & ELLIPSE FORMATION Hello Everyone, I am working in Cerebral Aneurysm project. I have two 2D curves of aneuysms from Anterior Posterior and Lateral views. Here I have considered the height to remain constant- it means one dimension is common between the two images. I have put these two curvatures aligned in 3D . Now if we cut a slice in ... 24 Apr 2010 23:49
extract field in excel [num txt raw] = xlsread('c:\dummy.xls'); %Read the excel file and loads into matlab Just wondering if there was a simple way to accomplish this, I have to find the number of entries that have one blank field. So I was thinking that hey If I do raw, I see all the num, txt and other information. So i type i... 25 Apr 2010 00:54 |