First  |  Prev |  Next  |  Last
Pages: 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460
vrml and .mat file
Hi, Im trying to read data stored in a .mat file into a .wrl file. What command do i use for this. - Anunay ... 22 Jun 2010 19:21
How to modify each matrix of a randn(:,:,:)
Hi everyone. Right now my program acts upon one input. I want to make it general though by using the randn option so that I can input one matrix or a random number of made up matrices. How can I make it so that my code acts on all of the matrices say for randn(:.:.4)? ... 18 Jun 2010 15:44
is bootci with bootfun returning a vector possible? (at leastin newer versions of matlab)
Michalis wrote: Hi, I am trying to get confident intervals for a vector of coefficients using BCa. I found that bootci can do this work but only if the function handle returns a scalar. I use least squares to find the coefficients from the eq.: @coeff =(y) pinv(H)*y where H is a matrix and y is a vect... 18 Jun 2010 12:25
textread
I realized what is going wrong with the code. The code is used to read a text file that has 2 headerlines of information and then 3 columns of data. however, this data is hundreds of lines long and some ROWS of data are more than 3 columns long one segment of text data would look like this ex: 34, 456783, 0... 18 Jun 2010 14:38
continously data acquisition from Microphone
Hi experts, I want to continuously get the data(speech) from microphone in MATLAB. I know I can use analoginput object. However, it seems only acquire data with limit time. time can be defined. for example, look at the following code: % Create an analog input object to communicate with the % data acquisition device... 23 Jun 2010 09:29
matlab + simulink in a cave-type system?
Hello, we have a 6 sided cave-type system and are interested in using matlab. Even just being able to view 3d plots would be nice. Our physical system is 6 computers and also a master node. We have real-time tracking data for the head and hand position. We'd need to: (1) have the renderers [6] in full screen... 18 Jun 2010 11:19
Out of Memory problem in Mathlab Builder Ne
Hello, I'm in a big problem.I'm working in eigenface recognition problem. So I code following matlab function <code> function [Eigenfaces] = getEigenFaces(A) L = A'*A; M = uint32(L) [V D] = eig(L); L_eig_vec = []; for i = 1 : size(V,2) if( D(i,i)>1 ) L_eig_vec = [L_eig_vec V(:,i)]; ... 18 Jun 2010 11:19
How rotate a dscrete 2D curve around the Y axis for obtaining the surface?
Hey everybody: Now there is a 1×100 array&#65292;using plot(), we can get its curve, but how to obtain its surface with rotating around Y axis? Thank you very much! ... 18 Jun 2010 20:10
Plotyy changing left and right y axis tick mark fonts
Hi! I've been trying to change tick mark number fonts of a plotyy graph. using [AX,H1,H2] = plotyy(ang_t,ang_,temp_t,temp_,'plot'); h = legend('Angle','Temp','C: Y w/ heater',2); set(h,'Interpreter','none','fontsize',16) set(get(AX(1),'Ylabel'),'String','Angle [\circ]','fontsize',16,'fontweight','b') set(get... 18 Jun 2010 11:18
Simulink Solver Run Times
Hi Folks I am having a curious problem with simulink. I am running a model via the GUI and the command line. IN the first case I am passing the inputs via simulink blocks with the required signals, and setting the intial conditions via the Interface. In the second case I am sending the inputs via an input port, and ... 18 Jun 2010 10:12
First  |  Prev |  Next  |  Last
Pages: 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460