First
|
Prev |
Next
|
Last
Pages: 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884
problem Dear all, I have a problem with Curve fitting to do plot the non linear data, acually i dont know how i can i write my code in handel function form. my data is t=[0 1 5 10 30 60]; x =[0 6.184643214 12.3971795732342 15.5396860252275 30.2822273003942 43.5891026211365]; plot(t,x,'o'); xlabel('Time'); ylabel('Bl... 23 Apr 2010 20:55
Blockproc vs blkproc problem "Gary " <uk_robo(a)hotmail.com> wrote in message <ho3ufc$faa$1(a)fred.mathworks.com>... Hi i can get blkproc to work but when i use the following blockproc code nothing is returned after processing. I.e. a : empty 0x0 double fun = @FunctionaName; for i=1:300 % get the... 23 Apr 2010 20:54
3d bar from scattered data Dear all, I have a matrix of scattered data (x, y, z). I was wondering if there's a way to plot 3d-bars based on the z-values for each (x,y) pair. In a way, it's similar to plot3, but instead of plotting just the points, I would like to plot bars. Best wishes ... 23 Apr 2010 20:54
Linear combination of linearly independent rows/columns of matrix Dear Sir, I am new to Matlab and this is my requirement: I have a rectrangular matrix m x n, with rank n. I want to find how the remaining m-n columns/rows, each one is a linear combination of 'n' linearly independent rows. Is it possible to find that thru MATLAB? Please help. Regards, VanniaRajan ... 23 Apr 2010 20:54
Rsquare for polyfit Hi everyone, I'm a MatLab greenhorn, so excuse me if my question seems too simple. I've been failing for hours to solve it. Within a small MatLab routine, I'm fitting a linear function to a data set of four x and four y values, using coefficients = polyfit (x, y, 1). I'd also like to know the coefficient of deter... 23 Apr 2010 20:55
xPC Real-time interrupt source In the configuration parameters (xPC Target options) of the Simulink model you can enter the "Real-Time interrupt source". For me its unclear what I have to enter there when I connect the xPC target via RS232 to the host PC. On the target screen I don't see any interrupt line from the CPU. If I choose an IRQ then the m... 23 Apr 2010 20:54
TriScatteredInterp extrapvalue hello all: I have scattered data on a transformed square (projective transform) region and i would like to interpolate inside that it and make the extrapolated values to be NaN. can we make TriScatteredInterp to behave like interp2 with the extrapvalue defined??? thanks in advance mut ... 23 Apr 2010 20:54
Matlab can't plot!!! somia <sshahabinejad(a)gmail.com> wrote in message <f03785c0-c823-409b-9d40-125ac7d065db(a)f1g2000prb.googlegroups.com>... Hello Dear friends Recently Matlab 7.1 and Matlab 2007 in my system can't plot!!! This is error: ??? Attempt to execute SCRIPT plot as a function: C:\Documents and Settings\A... 23 Apr 2010 20:54
error result when calculating a simple function Hi all, i want to calcualte A = ROTL(Ac ^ t, u) + S ; in C code ^ : is the xor function + : addition modulo 2^32 ROTL: Circular left bit shift operator of 32-bit nonnegative integer X by n bits in matlab, i define ROTL function and it works good, and i tried ... 23 Apr 2010 20:55
indexing into array of objects passed as varargin? I'm trying to index into an array of objects passed as varargin using the following code case 3 varargin(1)(2).propertyname trying to access the propertyname property of the second object in the object array passed as the first argument to this method? How can I make this work? ... 23 Apr 2010 20:54 |