First
|
Prev |
Next
|
Last
Pages: 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706
MathWorks Webinar: Tips and Tricks: Data Analysis and Surface Fitting with MATLAB"- 5/18/10 "Tips and Tricks: Data Analysis and Surface Fitting with MATLAB"- Free Webinar- 5/18/10 Register now for the 9am EDT session: http://bit.ly/bdJz2t Register now for the 2pm EDT session: http://bit.ly/c2aCtq Engineers and scientists need to understand data quickly and efficiently to make decisions that can impact ... 14 May 2010 13:54
150 0-1-pictures: "imread" doesn't work! Hello, for 150 0-1-pictures I need the 0-1-arrays. I can watch the pictures by using "imshow" but "imread" doesn't work. _____________________________________________________________ [FileName, PathName] = uigetfile('*.mat','Daten auswählen'); A = importdata(FileName); imshow(A(:,:,50),[0 1]) ________... 14 May 2010 13:54
150 0-1-pictures: "imread" doesn't work! Hello, for 150 0-1-pictures I need the 0-1-arrays. I can watch the pictures by using "imshow" but "imread" doesn't work. _____________________________________________________________ [FileName, PathName] = uigetfile('*.mat','Daten auswählen'); A = importdata(FileName); imshow(A(:,:,50),[0 1]) ________... 14 May 2010 13:54
Fitting BVP numerical solution to experimental data, optimization routine Hi, Problem: I extract a curve (an object's profile) from an experimental image, and I have a routine (a system of BVP differential equations, solved numerically) that predicts the objects profile based on experimental values and one unknown parameter. I would like to fit the predicted profile to the experimenta... 14 May 2010 12:48
colorbarf, pcolor plot I would like to use colorbarf for my legend. I am using pcolor rather than contourf to make my plot. How will that change the function? My plot variables are (height, time, dBZ) ... 14 May 2010 12:48
univariate bimodal distribution Hello, I am looking to use Matlab to fit experimental 1D data with a Gaussian bimodal distribution. I've been looking into the gmdistribution fit that Matlab provides, but have been unable to discover a way to make it work with 1D (univariate) data; I keep getting error messages whenever I change their bivari... 17 May 2010 00:30
Uimenu Icon Hi, how can one assign icons to a figures uimenu entries, the same way it is done for the Matlab desktop ->Window->Tile etc. All the menu entires have an empty space in front of them, so they are obviously prepared to have icons there, but how? Cheers Dani ... 18 May 2010 04:54
Image processing: phase correlation Hi everyone, I'm beginner in Image Processing. I need help on Image registration. I have used phase correlation to get the translation and the difference of rotation between two images with same scale. Now, I want to regist images with different scales. I know this is possible. How can i get the rotation and scali... 14 May 2010 12:48
classregtree modification for other split criterion (with multipleresponses Ys) Mongkut Piantanakulchai wrote: Hi, Is it possible to modify classregtree to deal with other split criterion (especially multiple responses, Ys) Normally, the function can handle something like this X1,X2, ..., Xn, Y Xs are predictors Y is only single response variable which we know the... 14 May 2010 12:48
Add points on Bode plot Hello, I have to add experimental data (points) on a bode plot in matlab but I don't know how to do. On other plots I would just do with hold on and plot(x,y), but here it doesn't work because the two plots are in one. Hope my problem is clear. Thank you. ... 30 May 2010 10:01 |