First
|
Prev |
Next
|
Last
Pages: 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
matlab codes for signature verification system using neural netwok "Ahmed " <mogwari2000(a)yahoo.com> wrote in message <ffqoal$nbq$1(a)fred.mathworks.com>... "philostrate" <chungpuisee(a)gmail.com> wrote in message <1167488518.152473.41340(a)s34g2000cwa.googlegroups.com>... hi, i'm taking project titled above and desperately need help for examples of source cod... 30 Jul 2010 12:58
Write matrix to .txt, fixed space between columns based on decimalpoint Erik de Boer wrote: To analyse a fracture mechanics problem I'm using a FEM program that requires an imported mesh (set of nodes and coordinates + their connectivity). I've written a matlab script to create this mesh array. The FEM program can read the array from a .txt file. For the program to ... 30 Jul 2010 12:58
Initializing Handle Graphics failed "Oon-Ee " <ngoonee(a)gmail.com> wrote in message <h0scrl$c1o$1(a)fred.mathworks.com>... A 'better' solution would be to replace 'MonitorPositions' with 'ScreenSize', which I think better represents what is being checked anyway. So, step-by-step for those who end up here on a google... In matlab, type 'edit... 30 Jul 2010 17:27
How to explain this? Please any expert here help me with this? 0.7+0.1 ans = 0.8000 ans<0.8 ans = 1 Why not 0? Thanks a lot! ... 30 Jul 2010 11:52
Help! Mex file does not work! Thanks a lot! Dear all, I have implemented a MEX file with VC.net 2005. It is compiled and linked successfully in VC but I can not test it succesfully with MATLAB. Every time when I try to call the mex function, I get an error saying something like "Invalid MEX-file <mexfilename>: The specified module could not be found". A... 30 Jul 2010 11:52
xcorr2 Data Location Hello, I am having a bit of difficulty with the xcorr2 command, and getting the to locate my data in the correct place.. Currently, I have a large matrix (Dg) which was (4320 x 8640) of data. From it, I took a subset of data, from (1920:2161,5761) and called it GA. I know this data is exact, I have put them side ... 30 Jul 2010 11:52
writing to Excel I have followed MatLab's example for writing to an Excel file, but for some reason MatLab will not write my data into the rows. ex: Turbo_mass_system = [12;15;45;6]; Turbo_Power = [24;78;95;35] % Write the data to Excel data_out = {'Mass', 'Turbine Power';Turbo_mass_system,Turbo_P... 30 Jul 2010 12:59
importing into Excel I have followed MatLab's Excel comand for writing to Excel, but I cannot figure out why Matlab is not writing my matrix to Excel ex: Turbo_mass_system = [12;15;45;6]; Turbo_Power = [24;78;95;35] % Write the data to Excel data_out = {'Mass', 'Turbine Power';Turbo_mass_system,Turbo_Power}; xlswrite('Pow... 30 Jul 2010 18:33
interpreting data I would like to know how to interpret a graph and obtain a trend line equation similiar to what one can do in Excel. I know that MatLab is more powerful than Excel, and I am hoping I can do this without having to write the data to Excel than create the trend line equation. --Ender-- ... 31 Jul 2010 06:24
Redefine 0/0 "Matt J " <mattjacREMOVE(a)THISieee.spam> wrote in message <i2uo68$2q8$1(a)fred.mathworks.com>... You can create a specialized array type with the behavior you want using the function down at the bottom of this post, which uses this FEX tool http://www.mathworks.com/matlabcentral/fileexchange/26611-on-the-fly-d... 30 Jul 2010 11:52 |