First  |  Prev |  Next  |  Last
Pages: 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367
different point colors in plot3?
Hi I try to do a 3 dimensional point plot where different groups of points have different colors. In analogy to the 2-dimensional plot i used hold to do several plot3 commands in the same figure: h=figure; hold all plot3(sc(29:3000,1),sc(29:3000,2),sc(29:3000,3),'.b') plot3(sc(1:28,1),sc(1:28,2),sc(1:28,... 1 Jul 2010 09:57
bar3 BaseValue
hi I'm trying to use bar3() to plot a matrix of values. Does anyone know if the BaseValue property can be set. My matrix cotains both +ve and -ve values and the -ve ones are quite obscured by the bar. This is possible in the bar() function but I can't see a way around this with bar3(). ... 2 Jul 2010 04:45
testing accuracy of transfomation mapping one color image to another
hi I have determined the least squares similarity transformtion (includes scale rotation and translation) between two color images using some technique. Now i am faced with the task of finding how accurate the transfomation parameters are. Right now I am comparing my transfomation matrix to that calculated in MATLAB... 1 Jul 2010 09:57
How to insert a blob data that is image into sql table in matlab file
Hi, How to insert a blob data that is image into sql table in matlab file ...i want to insert a image which is stored in loacl directory say C:\images\5.jpg into a mysql table .e a coloum in mysql of type blob. tabel looks like create table MyPictures ( id INT PRIMARY KEY, name VARCHAR(0), photo BL... 1 Jul 2010 08:50
ps resultion switch, -r###, makes print disregard all fontsizes
Ben Barrowes <barrowes(a)alum.mit.edu> wrote in message <42d424fe$1(a)news3.es.net>... Perhaps someone has a suggestion or workaround. I am plotting a shaded region on a plot between two curves using a simple patch command: ppr=patch([Nall fliplr(Nall)], [lowerC,fliplr(upperC)],'b'); and I want it trans... 1 Jul 2010 07:45
Trouble with text BackgroundColor
Hello everybody, I am experiencing some strange behaviour regarding the BackgroundColor of text-objects. The DrawSomeBars function below takes four input arguments which specify the heights, widths (ranges) and colors of bars which are to be drawn in a figure. I am doing this because the bars have different width... 1 Jul 2010 07:45
Neural Network Toolbox
Hi, I need help with Neural Network Toolbox. I have to train a network, a large network. No problem to create the network, to pass it the data... At the end of training, in the performance (plotperform) graph, I can see the "best validation performance" as a value. I also can see the line-plot of train and test mse,... 1 Jul 2010 07:45
Neural Network Toolbox
Hi, I need help with Neural Network Toolbox. I have to train a network, a large network. No problem to create the network, to pass it the data... At the end of training, in the performance (plotperform) graph, I can see the "best validation performance" as a value. I also can see the line-plot of train and test mse,... 1 Jul 2010 07:45
Calling .dll library: Method was not found
Hello, Maybe someone can help me with the following problem: This is my first time using a dynamic linked library with Matlab. This is the header: /*#ifndef _KMSECS2000DLL_H*/ #define _KMSECS2000DLL_H #define KMSECS2000DLL_API __declspec(dllimport) __stdcall typedef long USB_INI (long); typedef long U... 5 Jul 2010 05:38
Fit problem
I'm using the following code to compute the King's Law coefficient (hot-wire probe calibration law). << start = [1;0.5;0.4]; options = fitoptions('Method','NonlinearLeastSquares','Display','iter','TolFun',10^-10,'TolX',10^-10,'StartPoint',start); f = fittype('sqrt(A+B*x^n)'); res1 = fit(U,E_corr_w1,f,optio... 1 Jul 2010 07:45
First  |  Prev |  Next  |  Last
Pages: 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367