First
|
Prev |
Next
|
Last
Pages: 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247
Inf Dear friends, I want to display a message or value 'zero' when my condition is false. Simulink: If condition block(I dont want to use else condition) If (u1<0.00019) ( Before this if condition I am doing u1-u2=0 and if true Action block (Embedded Matlab function): function y = fcn(u) %#eml ... 23 Feb 2010 11:16
Problems with updating figure callbacks in r2009a Hi, I am currently trying to dynamically change the KeyPressFcn and WindowButtonDownFcn in a figure. I have a main figure with one set of callback functions. When a specific key is pressed, the figure handle is passed to a separate function which changes these callback functions. When execution is returned to the... 30 Mar 2010 06:07
Randperm is not random! How to REALLY randomise each randperm()call? On 2/23/2010 6:46 AM, David Painter wrote: I want my randperms to produce different results on each run. How can I do it? David, that depends on what you mean by "run". 1) If you mean, "each successive time I call it", then as John points out, it does that. 2) If you mean, "every time I start up MATLAB... 24 Feb 2010 11:58
input signal how to set a input signal 500-100000 and which block is prefer to use in simulink? ... 23 Feb 2010 09:01
Publish plots from inside loop i am a relative newbie to MatLAB, and I am trying to generate multiple unique plots from inside a loop and have the output sent to a report (using the Publish Tool in the Editor). (MatLAB 7.1R14) For example: for index=1:5 plot(data(index)); end However, in this form the report ends up with only one plot (t... 23 Feb 2010 09:01
Publish plots from inside loop i am a relative newbie to MatLAB, and I am trying to generate multiple unique plots from inside a loop and have the output sent to a report (using the Publish Tool in the Editor). (MatLAB 7.1R14) For example: for index=1:5 plot(data(index)); end However, in this form the report ends up with only one plot (t... 23 Feb 2010 09:01
Displaying colors in a figure Hello, I got a question about displaying images, I hope someone can help me. I want to display the image in a figure as it is, that means with all colors right. If I use the commands figure; imagesc(picture); hold on; all colors in the image are mixed up. I also tried figure; imagesc(picture); co... 23 Feb 2010 18:12
Problem with java jar imports I have a project in Matlab for my workplace and that consists of converting an html file into a pdf file. Since I haven't found any direct conversion in Matlab I fought I could use Java for implementing the conversion . After finishing the java implementation that works just fine I have tested it in Matlab where I get ... 23 Feb 2010 09:01
Does someone know how to process Generic MDIF file in Matlab? Hi All, I generated a MDIF file from Agilent ADS, which incorporates some information of port voltage/current values. Now I want to do some calculation of these datas in Matlab. I searched the web but found nothing. So I wonder if there is an interface code/program between matlab and ads? In brief, what I nee... 23 Feb 2010 09:01
Organizing data in Matlab "Felix Fernandez" <felix.fernandez(a)eurexchange.com> wrote in message <h617m2$43f$1(a)fred.mathworks.com>... Hi there, I would also be intersted in this "unstack" function!? Best, Felix If you don't have the stats TB you can use the Pivot/unPivot: http://www.mathworks.com/matlabcentral/fileexchange... 23 Feb 2010 09:01 |