First
|
Prev |
Next
|
Last
Pages: 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747
finding zero crossing of plot/function Hi everyone, I'm pretty new to Matlab and I need some help. here is an excerpt of my code: ----- clear clc Vl=12.092904976150820; e=[0.058277693076074 0.085256559560097 0.128585397653194]; Ve=[2.599650000000001 4.159440000000000 4.159440000000000]; variable=-5:.0005:5; maxsize=(size(variable)); for ... 10 May 2010 19:53
mcc and own icon Hi, does anybody know how to add an own icon to stand alone application produced with mcc (at least the matlab icon)? thanks ... 19 May 2010 06:03
Breaking from loop on UI Hi! I am making a program with a large for loop, but I want the user to be able to stop the program at any given moment. I figured this code would be sufficient: ############################################ msg2 = msgbox('hello world','hello world'); %open a msgbox for k = 0:50000 ... 10 May 2010 10:57
Realtime exchange between FlightGear and Matlab Hi I am trying to establish a real time connection between the flight simulator Flight Gear and MATLAB. Flight Gear allows users to setup sockets or file streams for input or output of flight information such as altitude, airspeed, location, etc. I'm trying to use MATLAB's instrument control toolbox, more specifical... 10 May 2010 09:51
Plzzzzz Help Me (runstr) Hello ppl, i am working on a simulation in simulink and with two inputs(From Workspace). I have created a stand alone from that model and now in order to run it from gui i am giving the following code in call back function: save myparamfile.mat myrtp; exeloc='DM.exe'; runstr =['!',exeloc,' ','-p... 10 May 2010 09:51
PDF as image Hi there! I am trying to convert a PDF file to an image (which extension doesn't matter) with Matlab. Does anybody have an idea how to do this? Or could somebody tell me how to start with reading the PDF file into Matlab as some sort of image? ... 11 May 2010 17:54
3D gridding I'm a little stuck with a problem; I have x,y,z data with associated data values R. R is arranged as layers of thickness T, for each xyz point. For example, a simplified data file may look like this: X Y Z R1 R2 R3 T1 T2 T3 794843.2 9915493 100 ... 10 May 2010 09:51
getting subimages I want to create subimages from a single image which contains many WBC cells. I am using regionprop and bounding box it is creating many unwanted subimages also. I have tried convexhull also same problem persists. Any way to reduce small unwanted subimages. the below link contains the image http://www.healthsystem... 11 May 2010 04:36
crossvalind Hi, In the Help example, the crossvalind.m is used once outside the for loop. What exactly does Indices contain, the result for one partitioning or the average of K iterations? Do I need to call crossvalind inside a for loop in order to esure that "This process is repeated K times, leaving one different fold for eva... 11 May 2010 17:54
transformer une matrice en une image en matlab transformer une matrice en une image en matlab ... 10 May 2010 08:45 |