Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Browsing all 19628 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Re: Java error Matlab r2011a

I also have this exact same problem. I'm not sure what happened, but I think it started after I added a javapath when I was not in the correct directory. Is this possibly the problem? I'm using Matlab...

View Article


Image may be NSFW.
Clik here to view.

Re: dec2hex function

I would like hex to be displayed, by default, just like decimal would be:> dec2hex(-42.75) ans = -2A.C If there is a repeating fraction, it should also be displayed like decimal, according to the...

View Article


Image may be NSFW.
Clik here to view.

Re: dec2hex function

> Twos complement can be displayed if desired:> > > > > dec2hex(-1,8,'twos_complement')> > ans = FFFF> Sorry, messed up that last one: ans = FFFFFFFF

View Article

Image may be NSFW.
Clik here to view.

Re: dec2hex function

I put some good examples in a response below.

View Article

Image may be NSFW.
Clik here to view.

Odds ratio in GLMfit

Hello everyone, I have a pretty basic question. In the GLMfit function of Matlab statistical library, I am looking in the code for where the odds ratio is programmed and used to process the models. How...

View Article


Image may be NSFW.
Clik here to view.

GUI import export

I have a GUI that imports .dat files, processes it and exports the results as a row to an excel file for each .dat file i process. I would like to also export the name of the file as the first entry in...

View Article

Image may be NSFW.
Clik here to view.

Re: source code for the stock market prediction using artificial

On Tuesday, December 16, 2008 7:57:04 PM UTC-8, rhoni thomas wrote:> i would like some one to help me out with finding out the source code in MATLAB for the stock market prediction using the...

View Article

Image may be NSFW.
Clik here to view.

Unable to connect to target: intermittent error while executing External Mode...

I am trying to run a motor with a piece of Simulink code. At random situations I cannot connect to target and receive the following error. I have not changed the code or the set up and yet sometimes I...

View Article


Image may be NSFW.
Clik here to view.

Re: USRP2 RX code

Hi Davis, The first input to the comm.SDRuReceiver should be an IP address string, for example '192.168.10.2'. You can use findsdru to discover radios or get information about their status. Otherwise,...

View Article


Image may be NSFW.
Clik here to view.

Re: Problem with ButtonDownFcn in GUI after Creating an Image Object

"Enes Bilgin" wrote in message <kpvr9o$s90$1@newscl01ah.mathworks.com>...> Hi All,> > In my project, I create a figure window, which includes couple panels and an axes for plots etc. At...

View Article

Image may be NSFW.
Clik here to view.

set method for property of composed class question

I have a class that I am working on which includes a composed class: classdef REG_Double        methods(Access = public)        %% CONSTRUCTOR        function RD = REG_Double(rootKey, subKey,...

View Article

Image may be NSFW.
Clik here to view.

random time-series displacement data from PSD and back again

Howdy Forum, I have a project where I have a vibration PSD profile (G^2/Hz). I'd like to use this to create random time-series displacement data to feed into a dynamic model to evaluate performance in...

View Article

Image may be NSFW.
Clik here to view.

Re: set method for property of composed class question

Well, I answered my own question just after posting... RD = RD.regDWord.setCreateTF(createTF); needs to change to: RD.regDWord = RD.regDWord.setCreateTF(createTF); "Joel Marchand" wrote in message...

View Article


Image may be NSFW.
Clik here to view.

Huffman in audio encoding

Hello Matlab experts. I have a problem with matlab's huffman functions. I have an audio sample, with ~ 20000 samples. The thing is that it is taking too long to compute, and then matlab crashes. Is...

View Article

Image may be NSFW.
Clik here to view.

Re: sql query-passing variable error

Kainat Ali <kainat.ali21@gmail.com> wrote in message <be54c52d-e85f-47dd-bd39-fce4a09617b2@googlegroups.com>...> Im using Matlab R2012b. Hi, You can use sprintf to create your sql query...

View Article


Image may be NSFW.
Clik here to view.

solve help

Good day all, I am working a problem that requires me to use the 'solve' function of matlab. The script below is what I solving for: t = linspace(0,pi,200); ft = exp(sin(t)); %plot(t,ft) ft_max =...

View Article

Image may be NSFW.
Clik here to view.

Re: Restoring the state of random generator

Right. So I did according to the above method: rng(0); for i = 1:2,      msg = randint(n,L);     noise = randn(m*k); end for trial = 3, %continue from the crashing point ....     msg = randint(n,L);...

View Article


Image may be NSFW.
Clik here to view.

Re: solve help

On 6/22/2013 12:54 PM, ZACHARY HULL wrote:> (script)> syms t> t = linspace(0,pi,200);> ft = exp(sin(t));> tf = solve(ft,t)>> result => Error using message> In...

View Article

Image may be NSFW.
Clik here to view.

Multivariate analysis GUI

Hi guys, I did check out a 2009 webinar by Sam Roberts which talked about how we could do a multivariate analysis. He even mentioned towards the end as to how we could have a GUI and just import test...

View Article

Image may be NSFW.
Clik here to view.

Re: Pope Francis takes teen with Down syndrome for a spin on the Popemobile

On Saturday, June 22, 2013 5:34:04 PM UTC-4, Syd M. wrote:> On Saturday, June 22, 2013 3:15:23 PM UTC-4, Reverend Dave wrote:> > > On Thursday, June 20, 2013 12:31:20 AM UTC-4, J wrote:>...

View Article
Browsing all 19628 articles
Browse latest View live