No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
27 Posted Topics
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 : ]
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 …
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 …
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 …
Save them in the work directory, then you can call them as a function in your code (like in c). : ] B4
command is "clear". [URL]http://www.kluid.com/mlib/viewtopic.php?t=148[/URL] : ]
why this look familiar? [url]http://www.kluid.com/mlib/viewtopic.php?t=146[/url] : ]
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] : ]
you can also try at [url]http://www.kluid.com[/url]
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
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 …
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 …
Try [URL="http://www.kluid.com"]www.kluid.com[/URL] or google "matlab digitizer" there are plenty out there. B4 : ]
you can create a stand alone matlab application using a matlab compiler. B4 : ]
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. …
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 …
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 …
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 …
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. …
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 …
USE the following matlab functios: 1. Polyval and then 2. Ployfit b4 : ]
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 …
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 …
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 …
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 …
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 …
The End.
b4codes