First
|
Prev |
Next
|
Last
Pages: 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626
Artefact removing (how to zoom while using getpts?) Hi, I have a question. I'm busy with artefact removal in EMG-signals and to do that more accurately I need to use a zoomfunction and at the same time I want to mark artefacts with 'getpts'. Is there a way to do both at the same time? Sincerely, Tom ... 26 May 2010 10:14
Simplify/shorten my code I have a question if it's possible to make a specific code shorter, i.e I'm looking for a way to simplify the code. Now the code looks like this: load splitmu_no_steerback_mna50kph_1_200kpa Test_Plot_SteerAngle_Speed plot (sync_Var_SA(:,1), sync_Var_SA(:,2)) hold on plot (sync_Var_VS(:,1), sync_Var_VS(:,2))... 26 May 2010 12:27
value from Simulink in GUI Hi, Is there a possibility value or values from a Simulink model to read this then in my GUI to use? Thanks Shahab ... 26 May 2010 05:53
classregtree -- Can X be categorical variable(s) ? Hi, I would like to know that can X matrix in classregtree be categorial variable(s)? Thanks in advance, Mongkut P. ... 26 May 2010 10:14
How to save a figure without displaying ? Thanks a lot "vortse_a", I'm replying to your answer because I have the same problem. I have tried your suggestion, and it works. Only, I would like that the figure, the .fig file, when double clicked, just simply be displayed in MATLAB without the need of issuing any command to activate visibility. As it works ... 26 May 2010 10:14
Create a S-Function in a GUI Hello, I have built a Graphical User Interface (GUI) with Matlab. In this GUI a want to create a S-Function of a Silmulink Model. For this, I use the Real Time Workshsop and the command rtwbuild('Model/Subsystem')I have written the following code in a GUI Function set_param( 'model', 'RTWSystemTargetFile', 'rtws... 26 May 2010 04:49
load figure and then save with original figure's color?? i load a figure ,get from GoogleEarth and i want to add some points at this figure i transfore the pixel data to latitude/longitude,that i can plot the points i need but when i plot this figure( using pcolor) ,color will be changed. how can i save this new figure with the GoogleEarth's color? thanks! ... 26 May 2010 10:14
how can i generate a White Gaussian Noise in Matlab 2009 hy all, so i hope what my problem is clear to everyone, i need to generate a WGN(actually i need those values becouse i want to implement them in Eurostag), thank you, Artur ... 27 May 2010 14:49
A begginer's question - ButtonDownFcn Hi I finally got the ButtonDownFcn (of an image) to work, now I'm wondering how do I get the information regarding the user's click - location etc. Thanks Rachel ... 26 May 2010 04:49
variable file name Hi All, Searching for a solution to variable file name. I use the code for i = 0 : 100 var1=['check.0000',num2str(i),'.pfb']; end I want the var1 to hold check.00000.pfb check.00001.pfb ...... check.00010.pfb ...... check.00100.pfb but this program will give check.00000.pfb check.00001.pfb ..... 26 May 2010 04:49 |