Search Results

Showing results 1 to 35 of 35
Search took 0.01 seconds.
Search: Posts Made By: b4codes
Forum: Legacy and Other Languages Dec 3rd, 2006
Replies: 1
Views: 4,656
Posted By b4codes
Save them in the work directory, then you can call them as a function in your code (like in c).

: ] B4
Forum: Computer Science Dec 3rd, 2006
Replies: 1
Views: 1,389
Posted By b4codes
how is it a matlab question?
Forum: C Nov 13th, 2006
Replies: 1
Views: 3,564
Posted By b4codes
command is "clear".

http://www.kluid.com/mlib/viewtopic.php?t=148

: ]
Forum: Legacy and Other Languages Nov 8th, 2006
Replies: 1
Views: 4,169
Posted By b4codes
why this look familiar?

http://www.kluid.com/mlib/viewtopic.php?t=146

: ]
Forum: Legacy and Other Languages Nov 7th, 2006
Replies: 2
Views: 3,016
Posted By b4codes
I think you have already asked this question at www.kluid.com (http://www.kluid.com) . And it seems that someone has already answered your question

http://www.kluid.com/mlib/viewtopic.php?t=144
...
Forum: Community Introductions Oct 22nd, 2006
Replies: 4
Views: 3,191
Posted By b4codes
you can also try at http://www.kluid.com
Forum: Legacy and Other Languages Oct 11th, 2006
Replies: 3
Views: 2,808
Posted By b4codes
Its a nice program, why don't you post it at kluid ( http://www.kluid.com ). You may like to make GUI out of this, a more professional approach. Nice work!

B4
Forum: Legacy and Other Languages Sep 26th, 2006
Replies: 2
Views: 6,965
Posted By b4codes
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...
Forum: Legacy and Other Languages Sep 26th, 2006
Replies: 1
Views: 7,619
Posted By b4codes
I have seen similar problem on other matlab forum http://www.kluid.com (http://www.kluid.com/) . Your code is pretty long, sorry couldn't read it all, the simplest tweak will be just add

if...
Forum: Computer Science Sep 19th, 2006
Replies: 1
Views: 4,304
Posted By b4codes
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...
Forum: Legacy and Other Languages Sep 6th, 2006
Replies: 1
Views: 1,707
Posted By b4codes
Try www.kluid.com (http://www.kluid.com) or google "matlab digitizer" there are plenty out there.

B4
: ]
Forum: Visual Basic 4 / 5 / 6 Sep 6th, 2006
Replies: 1
Views: 5,669
Posted By b4codes
you can create a stand alone matlab application using a matlab compiler.

B4
: ]
Forum: IT Professionals' Lounge Sep 6th, 2006
Replies: 4
Views: 5,554
Posted By b4codes
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...
Forum: Website Reviews Jul 25th, 2006
Replies: 1
Views: 1,341
Posted By b4codes
Feel of your forum is very dry, in other words not very attractive. Try putting some picture of "games" .... give it more sporty look.

: ]

b4codes
Forum: Existing Scripts Jul 14th, 2006
Replies: 5
Views: 2,028
Posted By b4codes
Well if own the site than your host is LEGALLY obliged to provide you with the contents. Well I am 5 year pass my teens and no longer do anything "less than legal". sorry dude, but your best bet is...
Forum: PHP Jul 14th, 2006
Replies: 6
Views: 1,370
Posted By b4codes
Obviously when user is saying "I have downloaded the phpbb and Lussumo Vanilla" he is installing himself.

: ]

B4codes
Forum: Existing Scripts Jul 14th, 2006
Replies: 5
Views: 2,028
Posted By b4codes
phpmyadmin is a database management (provided by the host .. for mysql). If you don't have acess to phpmyadmin, as it appears to me and if you don't have the site ftp password, then you are stuck ,,,...
Forum: Legacy and Other Languages Jul 13th, 2006
Replies: 1
Solved: Matlab Dataset
Views: 4,243
Posted By b4codes
You could have tried kluid (http://www.kluid.com) 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...
Forum: Existing Scripts Jul 13th, 2006
Replies: 5
Views: 2,028
Posted By b4codes
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...
Forum: Ad Space for Sale Jul 11th, 2006
Replies: 2
Views: 1,795
Posted By b4codes
dude you must be joking? right?

anyone can create www.123abc.com (http://www.123abc.com) and when people will search for 123abc its likely to come in the first page of google search ... but...
Forum: Growing an Online Community Jul 11th, 2006
Replies: 19
Views: 6,321
Posted By b4codes
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...
Forum: PHP Jul 11th, 2006
Replies: 6
Views: 1,370
Posted By b4codes
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
Forum: Web Development Job Offers Jul 11th, 2006
Replies: 2
Views: 1,589
Posted By b4codes
Just a quick question. If the work is done by others, why they need you.

; ]

b4codes
Forum: PHP Jul 11th, 2006
Replies: 3
Views: 2,319
Posted By b4codes
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...
Forum: C++ May 27th, 2006
Replies: 1
Views: 1,904
Posted By b4codes
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...
Forum: Legacy and Other Languages May 27th, 2006
Replies: 1
Views: 7,992
Posted By b4codes
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. net.numLayers: which sets the...
Forum: Computer Science May 27th, 2006
Replies: 2
Views: 1,703
Posted By b4codes
USE the following matlab functios:

1. Polyval and then

2. Ployfit

b4 : ]
Forum: Legacy and Other Languages May 18th, 2006
Replies: 1
Views: 4,071
Posted By b4codes
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...
Forum: Legacy and Other Languages May 18th, 2006
Replies: 2
Views: 5,075
Posted By b4codes
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...
Forum: Legacy and Other Languages May 11th, 2006
Replies: 2
Views: 6,986
Posted By b4codes
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...
Forum: Computer Science May 11th, 2006
Replies: 1
Views: 7,397
Posted By b4codes
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:

...
Forum: C May 11th, 2006
Replies: 3
Views: 28,894
Posted By b4codes
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...
Forum: DaniWeb Community Feedback May 6th, 2006
Replies: 10
Views: 10,085
Posted By b4codes
ohh, I just checked out their site. It seems they are "restructuring" it .... sorry about that. I used lot of MATLAB material from them, last month.

:]
Forum: DaniWeb Community Feedback May 6th, 2006
Replies: 10
Views: 10,085
Posted By b4codes
Forum: DaniWeb Community Feedback May 6th, 2006
Replies: 10
Views: 10,085
Posted By b4codes
Dude, I think you are not aware of www.kluid.com (http://www.kluid.com) , it is a MATLAB dedicated forum, you might like to check them out.

:idea: R
Showing results 1 to 35 of 35

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC