First  |  Prev |  Next  |  Last
Pages: 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905
HDL Coder one-bit input/output signals
Hi everyone, does anyone know if it is possible to set the data-type of one-bit input and/or output signals to be std_logic_vector(0 DOWNTO 0) rather than the default std_logic when using the HDL Coder in Matlab 2009b? At the moment I'm having to go into the VHDL and manually create a wrapper to change data-types which... 20 Apr 2010 15:56
Passing paraneters from Objective Function to constraints in fmincon
Hello everyone, I am using FMINCON, and I am trying to pass a variable computed in the objective function file to the non linear constraint file. This is because the variable I want to pass is dependent on the design parameter which is being optimized. Both the computed variable and the design parameter are needed i... 20 Apr 2010 15:56
selective loop programming & switch
Hi This might be a very basic programming query, maybe even not specific to MATLAB. I have two of them. 1> How to make a specialized selective loop processing without making the program too complicated. For example R=[ A matrix with 'numberofiteration' number of elements ] J=[]; for m=1: numberofiteration ... 11 May 2010 17:54
Inconsistency computing residual
I've done a nonlinear regression using lsqcurvfit and would like to find my most under-predicted value. The help page for lsqcurvefit shows residuals computed as predicted - observed. In the residual analysis section of the Curve Fitting toolbox help page it has residuals being computed as observed - predi... 20 Apr 2010 15:56
integrate function with two variables
Hi, how I can integrate a function with two variables??? It's possible integrate first about one variable and after about the other?? Thanks ... 20 Apr 2010 15:56
generating a pseudorandom order of trials
Hi, I'm trying to write a program with 64 trials. Within those 64 trials, 8 different items must be presented 8 different times; however, I need them to appear in random order but not more than 8 times. What I was trying to do was generate the order of trials based on rand() but that doesn't guarantee exactly ... 20 Apr 2010 15:58
Context Sensitive Help with a Ui Tab group
i need to change the tab button's background color other than this white color to match the background of the gui .. unfortunately i have to do this .. any help to edit this java object ?! Thanks in advance , Sherif Elnabarawy. ... 20 Apr 2010 18:28
return variables in GUIDE GUI
"Harley " <harley.h.cudney(a)us.army.mil> wrote in message <g7eomr$poq$1(a)fred.mathworks.com>... Ok, but how would I store that data into a variable in the workspace. All this is doing is storing into a handle inside a function. When I am outside of the function the value read into the edit box is still not ... 20 Apr 2010 15:56
How to make an animated gif of multiple plots
> Now my question is.. how do you retain the axis & ticks & x,y labels, & title? Try this: (I modified the getframe line such that you catch the whole picture including the axis) clc;clear all;close all; figure(1); clf; z=imagesc(randn(50,50)); set(gcf, 'Color' ,'w'); % set background to be white f = g... 6 May 2010 22:02
Correcting for heteroskedasticity and serial correlation
"Tom Pachulka" <tom_pach(a)hotmail.com> wrote in message <eedb3a6.0(a)webx.raydaftYaTP>... Tom Pachulka wrote: Hi everybody, I run a regression and discover that residuals are heteroskedastic and serially correlated. Are there any tools in MATLAB that correct this problem? I.... 20 Apr 2010 15:56
First  |  Prev |  Next  |  Last
Pages: 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905