Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K

27 Posted Topics

Member Avatar for fadTheRed

I hope you realize that you need 3D image correlation for that. This means you need two cameras ... entering password or fingerprint is much more faster than what you are trying. 2D face recognition can be easily beaten by a picture of the person. B4 : ]

Member Avatar for jbennet
0
188
Member Avatar for designaddict

I just visited your website, it has zero content. You should first populate your forum with some relavent material. One other point it seems you are hosting your forum on some free host, make sure that they allow you to copy the database in case you change host. Its very …

Member Avatar for migotka
0
549
Member Avatar for 1o0oBhP

Dude, I think you are not aware of [URL="http://www.kluid.com"]www.kluid.com[/URL] , it is a MATLAB dedicated forum, you might like to check them out. :idea: R [quote=1o0oBhP]I have been studying Engineering at university now and have come across a language which is apprently an industry standard - MatLab. It is a …

Member Avatar for regatoni
0
257
Member Avatar for yaz123

Dude your codes are all wrong, have you cut and paste from somewhere else??? example: you are using pii (in MATLAB its pi) your function is losing "Ni" in many places many places your Index exceeds matrix dimensions: like: theta = theta(N/2:3*N/2); % Plot from -90->90 you should work on …

Member Avatar for pintu72
0
211
Member Avatar for venkateshk

Save them in the work directory, then you can call them as a function in your code (like in c). : ] B4

Member Avatar for b4codes
0
45
Member Avatar for matlabman
Member Avatar for arbid123

command is "clear". [URL]http://www.kluid.com/mlib/viewtopic.php?t=148[/URL] : ]

Member Avatar for b4codes
0
82
Member Avatar for mahanta
Member Avatar for b4codes
0
831
Member Avatar for Barefootsanders

I think you have already asked this question at [URL="http://www.kluid.com"]www.kluid.com[/URL] . And it seems that someone has already answered your question [URL]http://www.kluid.com/mlib/viewtopic.php?t=144[/URL] : ]

Member Avatar for Barefootsanders
0
163
Member Avatar for jmelotte
Member Avatar for illuvatar

Its a nice program, why don't you post it at kluid ( [URL]http://www.kluid.com[/URL] ). You may like to make GUI out of this, a more professional approach. Nice work! B4

Member Avatar for illuvatar
0
153
Member Avatar for mcnasa01

I have seen similar problem on other matlab forum [URL="http://www.kluid.com/"]http://www.kluid.com[/URL] . Your code is pretty long, sorry couldn't read it all, the simplest tweak will be just add [code] if EngineOn == 2 error('You have chosen to stop the program') end[/code] after this [code] while EngineOn ~= 2 % if …

Member Avatar for b4codes
0
143
Member Avatar for Thealchemist

Tricky one. I had used only commands "pdepd" and "pdeval" which you might be knowing are for 1D PDE problem. To the best of my knowledge there is no direct command line function for 2D, your best bet will be to use PDE toolbox where you can set your equations …

Member Avatar for b4codes
0
94
Member Avatar for jubleebow

Try [URL="http://www.kluid.com"]www.kluid.com[/URL] or google "matlab digitizer" there are plenty out there. B4 : ]

Member Avatar for b4codes
0
65
Member Avatar for Rob Cornell

you can create a stand alone matlab application using a matlab compiler. B4 : ]

Member Avatar for b4codes
0
96
Member Avatar for danielksy

1. Open your phpmyadmin 2. create a new database, along with password 3. unzip the phpbb.zip in the folder say "forum". 4. upload the forum to your webserver 5. chmod the config.php to 777 6. open the link [url]www.yourwebsite.com/forum/install[/url] in your browser 7. fill the password and email add. 8. …

Member Avatar for Puckdropper
0
173
Member Avatar for ttowndex

Well there are number of ways, simplest will be to register on that site as a normal user and create a account. Go to phpmyadmin & update your account to Admin (by changing the permission to 1). Now you can contol the forum. To copy the content you can use …

Member Avatar for b4codes
0
175
Member Avatar for noobDesigner

You could have tried kluid ([URL="http://www.kluid.com"]http://www.kluid.com[/URL]) for this. Well the 2D slice will be either a square with a circle or a rectangle in it depending from which side you cut the volume. But in case you still want to draw the 3d volume here are the codes for cube …

Member Avatar for b4codes
0
269
Member Avatar for d66

You should check out PHPBB3 (beta), its far better than vBulletin. There latest complete version is 2.0.21. With list of mods available and little bit of cut and paste of codes you can build a forum far superior than vBulletin. You may like to check following links: [URL="http://www.phpbb.com/phpBB/viewforum.php?f=15"]http://www.phpbb.com/phpBB/viewforum.php?f=15[/URL] [URL="http://www.phpbb.com/downloads.php"]http://www.phpbb.com/downloads.php[/URL] PHPBB …

Member Avatar for b4codes
0
217
Member Avatar for mmh771

You have made an application ??????? its just a 2 line simple comand, example: 1. Image = imread('Image.gif'); % this loads the image matrix 2. [x,y] = size(image); % this stores the dimensions in x and y now if you want to read them in c++ or any other app. …

Member Avatar for b4codes
0
125
Member Avatar for jayanprasad

I am not sure if you can do this in the original gui, but it should not be the problem if you are willing to change the source. you can use the following: 1.[B] net.numLayers:[/B] which sets the total number of layers in the network. 2. [B]net.layers{i}.size[/B], which sets the …

Member Avatar for b4codes
0
107
Member Avatar for snehaa69
Member Avatar for b4codes
0
129
Member Avatar for lestont

Are you sure?? as far as I know there is no predefined function "awgn" in matlab, though you can make it preety easily. Which awgn you are talking about, is it the basic model for a digital communication channel? for that you can easily use inbuilt gauss noise model with …

Member Avatar for b4codes
0
92
Member Avatar for boofus

I think you are confused with the matlab commands, "imwrite" function has no relation with the "plot" function. Imwrite writes the data [2D or 3D matrices] into the images, it does not handle the output from the plot function. If you want to save output of "plot' as a images …

Member Avatar for b4codes
0
134
Member Avatar for pnjeim

Well It depends on what version of matlab you have. If you have a matlab version prior to R13 than you can use the matlab compiler to convert matlab codes to C, but due to its limited sucess mathworks has withdrawn this facility in its newer versions (to best of …

Member Avatar for Dave Sinkula
1
783
Member Avatar for default

your problem is simple, first use "load" functiom to load both of your files (for x and y) then you can use "polyfit" function to perform the least square regression and you are all set. in case you have not used "polyfit" before: polyfit finds the coefficients of a best-fit …

Member Avatar for b4codes
0
137
Member Avatar for maitung

you need to use "set" function, SET(H,'PropertyName',PropertyValue) sets the value of the specified property for the graphics object with handle H. for example: set(gcf,'DefaultTextColor','red') if it didn't work out for you, try matlab help website like mathworks or kluid ([URL="http://www.kluid.com"]http://www.kluid.com[/URL]). b4 : ] [quote=maitung]Hello there, I wonder whether anyone use …

Member Avatar for b4codes
0
94

The End.