Re: Why they cant read my y value and it provide an empty graph?
On 4/11/2013 10:00 AM, Ng wrote:> Basically, i am trying to solve the equation, but it didn't come out> with the graph.. the program run without the y value, that's why my> graph is empty.. I...
View ArticleRe: Plot a series of lines on another plot, holding only the current
On Friday, April 12, 2013 3:35:08 AM UTC+12, Daniel wrote:> Hi> > > > I'm trying to plot a series of lines within a loop on another plot, so that only the current loops line shows up on...
View ArticleRe: Indexing and averaging 3 data series into one.
Thanks for the advice-I've followed it through. I found out my equpment recorded duplicate displacement values for identical loads, so I've run some extensive smoothing and have then iterated, and it...
View Articleorthgnlizing vectors help please
I am trying hard to orthogonalize one vector to another. What I want is to orhognalized vector X with respect to Y without changing Y. I did the following : X_orth = X - dot(X,Y)*Y/(norm(Y)^2) However,...
View Articleatan2 angles
Hello, It's a bit embarrassing asking this owing to the simplicity but I am trying to do this: given a vector from (0,0) to a point on a y-x axis (y pointing North, and x pointing to the East)......
View Articleatan2 angles
Hello, It's a bit embarrassing asking this owing to the simplicity but I am trying to do this: given a vector from (0,0) to a point on a y-x axis (y pointing North, and x pointing to the East)......
View ArticleRe: Solutions and Test Banks List_2013 and 2014 Titles
"Tysen Kalstrom" wrote in message <kk1rdt$52o$1@newscl01ah.mathworks.com>...> "Tysen Kalstrom" wrote in message <kjsind$kt1$1@newscl01ah.mathworks.com>...> > Hi,> > > >...
View ArticleRe: Negative feedback loop in SimBiology
Hi Jerry, SimBiology includes an example model of an mitotic oscillator that includes negative feedback. You can see the example...
View ArticleRe: how to find unique rows and calculate the average.
dpb I know this will work once I get the textscan line of code to work. If I am reading in a xls file with (txt,num,raw) which array should I put in the "fid" place? That is confusing me right now....
View ArticleRe: atan2 angles
"Fran" wrote in message <kk7bjk$7hl$1@newscl01ah.mathworks.com>...> given a vector from (0,0) to a point on a y-x axis (y pointing North, and x pointing to the East)...> > calculate the...
View Articleerror control coding
Hi all,    I am doing the project on ldpc,and i reffered MacKay-Neal based LDPC matrix code which is in mathworks,now the problem is i am not getting the correct error performance (ber) when i run...
View ArticleRe: error control coding
On Fri, 12 Apr 2013 19:08:05 +0000, thelapolu naveen wrote:> Hi all,> I am doing the project on ldpc,and i reffered MacKay-Neal based LDPC> matrix code which is in mathworks,now the problem is...
View ArticleRe: Constrained free time optimal control in MATLAB
"Deepraj" wrote in message <kk9igc$prc$1@newscl01ah.mathworks.com>...> Thsnks bruno.> Can 'fmincon' provide solution for free terminal time problems? fmincon is an numerical optimization...
View ArticleGaussian 3D plot
Hi, I am trying to produce a 3D plot of a quasi-Gaussian function, shown below as the function Z=Z = (C0).*exp((((pI.*k0)./(D.*q.*(r.^2))).*(log(1+((r.*x)./k0))))-((pI.*x)./(D.*q.*r))) with the...
View ArticleRe: Drawing 2 contourf-plots as slices in z-direction
On Saturday, April 13, 2013 1:37:06 AM UTC+12, Clemens wrote:> TideMan <mulgor@gmail.com> wrote in message <c00cb6bb-048e-4156-9177-497a01ad4d3c@googlegroups.com>...> > > On...
View ArticleAccounting test bank & solutions manual
Do not worry about exams and assignments Anymore... FullMark Team A is where you can get solution manual and test bank for any book you need. There is a vast range of solution manuals for accounting,...
View ArticleRe: draw a box around model part
"Guy Rouleau" wrote in message <ge9in5$38l$1@fred.mathworks.com>...> Hello Olga,> > These boxes are made using empty masked subsystem. To create one, do the following:> > - Drag a...
View Articleclassification
hey there... I've never used MATLAB , I'm just an IT student and my instructor gave us a homework should'v been done using the MATLAB , I actually tried but it's useless since I know nothing in this...
View ArticleRe: how to find unique rows and calculate the average.
On 4/11/2013 6:51 PM, dpb wrote: ...>>> OK, it just dawned on me--your problem is trying to use RAW; ... ...> That's what I was saying just realized--if it is an Excel spreadsheet> that...
View Article