First
|
Prev |
Next
|
Last
Pages: 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051
I need help i am doing aprogram in motion analysis and i want to make agui for it.i don't know how to make the push button to do the function .i don't know how the push button will display a motion in an axes or to plot the result of the variance in an axes. plz help. ... 30 Mar 2010 12:44
Projecting a 3d plot onto a 2d space according to display Hi, I have a 3d plot which I wish to use for Manuel clustering (using plot polygon). I manually select the view of the plot, where it is easy to mark the cluster of interest. However before I can use plot polygon I need to project the plot to a two dimensions. I guess you need to use the camera view locations for th... 30 Mar 2010 12:44
Add a user made function to Matlab directory I am trying to add a function I created to the general Matlab directory so I can call it regardless of my current directory, is there a way to do this? So right now say I have a function called fun1.m. I can currently call fun1(input) if the file is in my current directory, but I want to make it universal, is there a s... 30 Mar 2010 12:44
Voxel techniques How to use voxel techniques in matlab than i can put all image , and i can see my result, because i have 2d image with finding (found fibre) , and i read IEEE paper and they told me now you have to apply Voxel techniques and then you can your result , but i dont know how to use voxel techniques........... ... 30 Mar 2010 16:06
help please Hi all , has anybody a matlab code about the time series forecasting with a neural networks ? please help me . i am new in time series and i know a little in using neural networks in this case . Thanks in advance Best Regards David ... 1 Apr 2010 12:22
How can I output this array number? New to Matlab I want the number of the line posted out before the line of ****. So I need to be able to fprintf the array number for that line? Any suggestions? clear clc max_lines= input('Please enter # of lines:'); for i=1:max_lines num(i)= input('Please enter # of stars:'); end for j=1:max_lines for i=1:num(j) ... 30 Mar 2010 11:37
Pulse length for GMSK in GSM Hi all, I try to simulate a GSM transmission chain. But I'm facing a problem. I want to know the value of the Pulse length used commonly in GSM. By default, Matlab uses a BT of 0.3 and a Pulse length of 4. But I've read in some documents that for BT = 0.3, we should use a Pulse length of 3. Now I'm confused, I don't... 30 Mar 2010 11:37
nullcline plot - fsolve problem? Hey guys, I am solving a set of ODE's and am currently having problems with plotting the nullcines. The program i wrote works correctly but within an interval the expected shape of one of the nullcine acts wierd. It looks as the following: B=1:2000 for index=1:length(B) options = optimset( '... 1 Apr 2010 14:37
Plotting to wrong figure! So I have a GUI. You press a button and it runs a for loop, each iteration of the for loop does a calculation and plots something to "Figure 1". In fact, it plots 2 subplots on Figure 1, each subplot contains a number of data sets. My problem is when the user "closes" the figure in the middle of plots, MATLAB defa... 30 Mar 2010 11:37
code for Compressed Sensing? I am a biologist and have come across a technique called Compressed Sensing http://www.wired.com/magazine/2010/02/ff_algorithm/all/1 which is supposed to make images higher-resolution. I'm curious to try it on some of our images taken from microscopes (where we often wish we had sharper, higher-res views). I... 31 Mar 2010 14:20 |