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

Image may be NSFW.
Clik here to view.

error in loading dll library windows 7 - 64 bit OS

Hi, I am getting following error while loading dll file. my computer is in windos 7 with 64 bit OS. Error using loadlibrary (line 419) There was an error loading the library "C:\Program Files...

View Article


Image may be NSFW.
Clik here to view.

how to solve the variables(c, a, b) in the following equation

[U(c)/[[(G(s)*g*d)]^0.5]]=c*h*[(d/R)^a]*(e^b) where U(c)= 0.23 G(s)=2.61 d=0.27 g=9.81 e=0.0066 R=0.185 h=1.36

View Article


Image may be NSFW.
Clik here to view.

Re: extract the rows except the specific index

On 12/28/2012 12:47 PM, dpb wrote: ...> b=1; t=6; n=3;> idx=randperm(t,n); % doc randperm> train = A(idx,:);> test=A(setdiff([t:b],idx),:); % doc setdiff and friends... typo......

View Article

Image may be NSFW.
Clik here to view.

Re: extract the rows except the specific index

% Very slightly different: m = rand(6, 3); r = randperm(6); m(r(1:3), :), m(r(4:6), :)

View Article

Image may be NSFW.
Clik here to view.

Re: interpolate

"maryam" wrote in message <kbkj8i$i6n$1@newscl01ah.mathworks.com>...> dpb <none@non.net> wrote in message <kbhqvf$l2s$1@speranza.aioe.org>...> > On 12/26/2012 7:45 PM, maryam...

View Article


Image may be NSFW.
Clik here to view.

Re: interpolate

On 12/28/2012 3:35 PM, maryam wrote: ...>> Here is a simple code, that Matlab wouldn’t run it:>> ...>> I didn’t know how to round d vector?>> And how could I interpolate rows of...

View Article

Image may be NSFW.
Clik here to view.

Re: how to solve the variables(c, a, b) in the following equation

"prafull chauhan" <prafull@live.in> wrote in message <kbl1al$8dh$1@newscl01ah.mathworks.com>...> [U(c)/[[(G(s)*g*d)]^0.5]]=c*h*[(d/R)^a]*(e^b)> where U(c)= 0.23> G(s)=2.61>...

View Article

Image may be NSFW.
Clik here to view.

Pass structure data using mex

Hi there, I'm writing a c-mex code to output a structure data from a structure matrix. The code works ok in the sense that I can see the returning data in Matlab. But when I run clear or run the code...

View Article


Image may be NSFW.
Clik here to view.

XLSREAD with MATLAB R2009b error

I have already saved the folder containing my excel file (file->set path->C:\Users\vanessa\Desktop\Data_ implementazione->add) But when I try to use XLSREAD:>>...

View Article


Image may be NSFW.
Clik here to view.

Linking Matlab Compiler to Visual C++ compiler ???

I am using Matlab 2010 and VS2010. I have the Matlab Compiler Runtime installed in my system. Whenever if run command mcc -setup I get only one compiler lcc. This compiler gives a lot of errors when...

View Article

Image may be NSFW.
Clik here to view.

Re: Asking for a IEEE 3 machines 9 buses system model

"Raka" wrote in message <joj2kl$ke$1@newscl01ah.mathworks.com>...> Hi Terry......We are also working on IEEE 3 machines 9 buses system by simulink sim Power system. We made it and trying to...

View Article

Image may be NSFW.
Clik here to view.

Re: commBCHEncoder/commBCHDecoder

Hi again! After a while, I came back programming this code and with the "patch" told me before "decodedmsg = decode(dec, 1-2*codeword);" ran OKS but when I try to get BER curve of LDPC on AWGN channel...

View Article

Image may be NSFW.
Clik here to view.

creating rgb image using pixels values

hai..  I am having red,green and blue plane pixel values and i want to form image with this values.Is there any function is available in the matlab? I tried cat() function and imwrite also but its not...

View Article


Image may be NSFW.
Clik here to view.

Re: Array of array

"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <kbmrgh$dhv$1@newscl01ah.mathworks.com>...> "CHINEDU" wrote in message <kbmn05$srb$1@newscl01ah.mathworks.com>...>...

View Article

Image may be NSFW.
Clik here to view.

Re: Array of array

"CHINEDU" wrote in message <kbn87f$nuu$1@newscl01ah.mathworks.com>...> I have already continued the project without using array of arrays any more. but for learning sake, it is still good to...

View Article


Image may be NSFW.
Clik here to view.

Re: Rank of root

"Triet" wrote in message <kbm7qf$bn2$1@newscl01ah.mathworks.com>...> I know Matlab has "factor" to factor an equation, but is there any function or any way to do this in Matlab:> -Input: an...

View Article

Image may be NSFW.
Clik here to view.

Re: Rank of root

"Roger Stafford" wrote in message <kbnarq$302$1@newscl01ah.mathworks.com>...> "Triet" wrote in message <kbm7qf$bn2$1@newscl01ah.mathworks.com>...> > I know Matlab has "factor" to...

View Article


Image may be NSFW.
Clik here to view.

Re: Warning: Input arguments must be scalar.

On 12/29/2012 6:21 AM, Christos Mountrichas wrote: ...> I created a script to solve the diffusion equation for a specific> situation. However, although i get the right results, I am getting...

View Article

Image may be NSFW.
Clik here to view.

Re: using lab test data in simulink to simulate a variable load

"James Kende" wrote in message <g5o2ie$422$1@fred.mathworks.com>...> Hello, > i am trying to use data obtained from a test cycle. > This data is provided in an excel sheet and contains...

View Article

Image may be NSFW.
Clik here to view.

How to draw markers on a 2-D colormap plot?

Hi, I am trying to draw markers on top of a 2D colormap plot. The meshgrid created for the 2D colormap plot will also be the locations of markers on the X-Y plane. However, not all the points from the...

View Article
Browsing all 19628 articles
Browse latest View live