First
|
Prev |
Next
|
Last
Pages: 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
GUI, function and Workspace Hi! I have done a GUI with some buttons. For each button I get a function like function testButton_Callback(hObject, eventdata, handles) (which is used for reading data from an instrument using GPIB). None of the data in this function is available in the workspace. It would be really nice to have it there to ... 27 Jul 2010 10:36
Dynamic quantile regression "John G" <johan.grahn(a)kolumbus.fi> wrote in message <go0t26$8kc$1(a)fred.mathworks.com>... Hello, i need to perfom a dynamic quantile regression (see for example Engle and Manganelli 2004) on a binary series to make sure there is no serial correlation. I managed to find a file that i think is the correc... 27 Jul 2010 04:04
How to combine cellfun and strfind? The solution proposed by us str = '001'; c={'.','..','ab001','ab002','ac001'}; ix=~cellfun(@isempty,regexp(c,str)) I find very elegant. Unfortunately does it only work on char arrays. Can this be modified such that it works for cell arrays of strings as well? The output then would be a cell array with the same ... 29 Jul 2010 03:10
b2bsharing [url=http://www.b2bsharing.com/nike-shox-shoes-mens-shox-r4-torch-shoes-c-3502_3734_3743.html][b]Nike shox r4 [/b][/url] Men 's shoe is the most famous product [url=http://www.b2bsharing.com/footwear-nike-shox-shoes-c-3502_3734.html], etc. [b]Nike Shox running shoes[/b][/url] produced material is comfortable ... 27 Jul 2010 04:04
curve fitting with nlinfit I am trying to use nlinfit to find four unknown parameters. I have used a similar method before but now when I run the code I get the following error message ??? Error using ==> nlinfit at 117 The model function 'myfun' was not found. Error in ==> findf>qfit at 24 a = nlinfit(t,y,'myfun',a); Error in ==> fin... 27 Jul 2010 02:59
remember pushbutton state of internal GUI Yes, thanks Walter, the solution is: GUI_1: function pushbutton_Callback(hObject, eventdata, handles) gui2; %it returns GUI_2 waitfor(gui2); load('acept_cancel.mat'); if b_Acept set(handles.pushbutton2,'BackgroundColor',[0 1 0]); %green colour %else, it keeps the default grey... 27 Jul 2010 02:59
Simulink FFT Has <a href=”http://www.mywebbags.com”>chanel bag 2010</a>’s Popularity Been Its Downfall? by <a href=”http://www.mywebbags.com”>cheap chanel bag</a> While there are few brands considered as iconically American as <a href=”http://www.mywebbags.com”>chanel</a> — Tommy Hi... 2 Aug 2010 02:45
Matlab Publisher LineBreak Hi Commu, i written a report in Matlab Editor which i want top publish with Matlab Publiser. Can please somebody help me how to do a LineBreak in MatlabPublisher? - "\\" does not work - "\linebreak" does not work - "\newline" does not work Thanks a lot Best Regards Vaux ... 27 Jul 2010 02:59
problem still persist with set_param hi everyone the problem with set_param() still persits in my case in setting constant block parameters Details: i do have a constant block name initial with constant value intially set to 1; now from gui i am changing value of constant value to suppose 10 using set_param('f14/Constant','Constant Value','10'); same o... 28 Jul 2010 00:58
How to write a Arrary of Strings to Excel Hi frnds, Iam trying to write a Array of strings of the size nearly {5000X2} using XLSWRITE but it giving an error message. So i tried writing a single String at a time then it is successful. so i wrote a for loop for each string but it is taking a lot of time to complete this task(2 hours). MY CODE: for i = ... 27 Jul 2010 02:59 |