First  |  Prev |  Next  |  Last
Pages: 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543
3d plot of a function with two variables
Hi, I am having a problem with increasing the resolution of my 3-d plot. I have pasted the code below. If I try to increase the mesh density, then Av and delta also need to increase, but they can't increase in the for loop for some reason. Please help close all clear all x=[1:15]; y=[1:15]; [X,Y] = meshgrid(x... 7 Jun 2010 16:35
3d plot of a function with two variables
Hi, I am having a problem with increasing the resolution of my 3-d plot. I have pasted the code below. If I try to increase the mesh density, then Av and delta also need to increase, but they can't increase in the for loop for some reason. Please help close all clear all x=[1:15]; y=[1:15]; [X,Y] = meshgrid(x... 7 Jun 2010 23:16
Approximate entropy
Hi all! I am trying to make a code for calculating approximate entropy (Pincus 1996). Since the measure is somewhat random (personal opinion..) I compared my code with another one I found in this forum (http://www.mathworks.com/matlabcentral/newsreader/view_thread/259062#712823). I didn't get exactly the same result... 10 Jun 2010 09:59
cannot access mcc daq USB-1298FS with matlab 2010a
I ran into the same problem with the mcc. You may want to first run MATLAB as an administrator and you should be able to see your mcc. If you won't be able to do that there is a command 'daqregister' to manually register hardware. ... 7 Jun 2010 16:35
hmm, initial matrix
hi; i know All of the Matlab functions used assume that the first state is state 1 with probability 1 before the sequence is observed. so how can i set initial probability of states? ... 9 Jun 2010 07:31
mxCallMATLAB problems
Hi I have a mex file and I am trying to use some Matlab function in it by using the mxCallMATLAB function. A part of my program is: #include <stdlib.h> #include <stdio.h> #include <string.h> #include <math.h> #include "../../interface/Lp.h" #include "../../interface/mps.h" #include "myallocator.h" #in... 8 Jun 2010 02:33
randomly moving spheres
I have some spheres/points plotted in 3D & would like to give each of them a random motion? Any idea how to do that? any help is appreciated -Sahra ... 9 Jun 2010 02:05
R2010b Prerelease is Live
R2010b Prerelease from MathWorks includes new capabilities for custom enumerated data types and 64-bit integer arithmetic in MATLAB, and arrays of buses and subsystem variants in Simulink, in addition to GPU computing and circuit envelope simulation. We encourage you to use this software and provide feedback on ne... 7 Jun 2010 15:27
problem with fdesign
hi i have the following code: filter = fdesign.bandpass(.4,.48,.52,.60,80,1,80); BandPassFilt = design(filter, 'equiripple'); C=filter(BandPassFilt,smps); but i get error: ??? Error using ==> subsindex Function 'subsindex' is not defined for values of class 'dfilt.dffir'. what's the problem? ... 7 Jun 2010 16:35
plot as a gif
Hi, I'm creating a sequence of plots in my code how can i export this is as a gif file if possible thanks ... 7 Jun 2010 15:27
First  |  Prev |  Next  |  Last
Pages: 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543