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

Image may be NSFW.
Clik here to view.

Re: Question about 'subs'

"Nasser M. Abbasi" <nma@12000.org> wrote in message <k7p79m$lbr$1@speranza.aioe.org>...> On 11/11/2012 3:02 PM, Xu wrote:> > Hello everyone,> >> > For example, my...

View Article


Image may be NSFW.
Clik here to view.

Re: Question about 'subs'

> No, that was my example. My function is much more complex. So I need to use > subs(diff(f,t), {X,t}, (X-value, t-value))> where X is a vector. syms t x = sym('x',[3 1]) f = x(1)^2*t^2 +...

View Article


Image may be NSFW.
Clik here to view.

Re: shuffle without enough memory

"Skirt Zhang" wrote in message <k7jh0a$bov$1@newscl01ah.mathworks.com>...> My problem is I have 1000 data in columns with real value Pi. The 1-1000 are column indices. I want to calculate the...

View Article

Image may be NSFW.
Clik here to view.

Re: Question about 'subs'

"Eduardo Montoya" wrote in message <k7pene$ss7$1@newscl01ah.mathworks.com>...> > No, that was my example. My function is much more complex. So I need to use > > subs(diff(f,t), {X,t},...

View Article

Image may be NSFW.
Clik here to view.

Re: Question about 'subs'

"Eduardo Montoya" wrote in message <k7pene$ss7$1@newscl01ah.mathworks.com>...> > No, that was my example. My function is much more complex. So I need to use > > subs(diff(f,t), {X,t},...

View Article


Image may be NSFW.
Clik here to view.

Graphically add or nonlinear rescale

Hi, I have two non-linear functions f1 and f2, both with a non-linear scaling vector x1 and x2. When I use plot(x1, f1); hold on; plot(x2, f2, 'r'); MATLAB perfectly prints the two graphs, no matter...

View Article

Image may be NSFW.
Clik here to view.

Re: help in simscape

Hi, I found your question in my own search for how best to model a Rankine cycle in Simulink. Did you ever have any luck with it? I'm desperate, so I wonder, can you offer me any answers, or perhaps...

View Article

Image may be NSFW.
Clik here to view.

Re: problem with file openning

I am having the same problem.

View Article


Image may be NSFW.
Clik here to view.

Re: Graphically add or nonlinear rescale

On 11/11/2012 8:57 PM, Peter Mairhofer wrote:> Hi,>> I have two non-linear functions f1 and f2, both with a non-linear> scaling vector x1 and x2.>> When I use>> plot(x1, f1);...

View Article


Image may be NSFW.
Clik here to view.

Re: Cell array element-wise operations

In article <k7n744$b1a$1@newscl01ah.mathworks.com>, "Rohan " <rps2689@gmail.com> wrote:> I have 2 cell arrays. Each cell array is 2D and has elements which are 2D > matrices...

View Article

Image may be NSFW.
Clik here to view.

Re: Graphically add or nonlinear rescale

On 11/11/2012 8:03 PM, Nasser M. Abbasi wrote:> On 11/11/2012 8:57 PM, Peter Mairhofer wrote:>> Hi,>>>> I have two non-linear functions f1 and f2, both with a non-linear>>...

View Article

Image may be NSFW.
Clik here to view.

Re: Plotting multiple lines on the same graph, different color

Hi, I have a bit of a similar prob. I need to get different colours or line styles for the multiple lines in the graph plotted by the following two for loops. b=[0.3:0.05:0.6]; for j=1:length(b);...

View Article

Image may be NSFW.
Clik here to view.

RSA_CRT

can anyone help me to correct this code this code is for rsa_crt alogorithm but it is not givivng correct answer..and i m not able to claculate 'e' using for loop.. p=vpi(17); q=vpi(7); n=vpi(p*q);...

View Article


Image may be NSFW.
Clik here to view.

Re: Neural network on Matlab and C code for PIC implementatiion

hello.. I used it on AVR microcontrollers. But the important thing is that whatever neural network is coded using this software, is just like a 'function' block. It can surely be copied in 'while()'...

View Article

Image may be NSFW.
Clik here to view.

Re: Missing Line numbers in m flile

There is this very small hollow space in the left bottom corner of the editor window that you need to drag to the right so that the line numbers show. They are just hidden and you can't see them! :) I...

View Article


Image may be NSFW.
Clik here to view.

Reordering the top half of a Matrix

I need to reorder a matrix randomly, but only the first upper half (as would be the result of triu(A,1) ). Originally I tried randperm(numberofelements), but this doesn't work because I need only this...

View Article

Image may be NSFW.
Clik here to view.

Re: Using ginput on an axes in a GUI?

I have just uploaded to file-exchange, codes that are supposed to solve the original problem. Here's the link - http://www.mathworks.com/matlabcentral/fileexchange/38997 . Basically it uses...

View Article


Image may be NSFW.
Clik here to view.

Re: Using ginput on image GUI

"ops OPS" wrote in message <ip6le8$7mv$1@fred.mathworks.com>...> how Using ginput on an image in a GUI . I have just uploaded to file-exchange, codes that are supposed to solve the original...

View Article

Image may be NSFW.
Clik here to view.

Re: Using ginput from button in different fig?

"G" wrote in message <hp0cjp$hni$1@fred.mathworks.com>...> Hello,> > I'm making a GUI that creates a plot in a separate figure (i.e just makes a plot on its own in a new figure).>...

View Article

Image may be NSFW.
Clik here to view.

Re: Using ginput along with pushbuttons in Matlab GUI

"crazee" wrote in message <hi2nn8$7vm$1@fred.mathworks.com>...> Hello,> > My Matlab GUI has two axes, a single slider and few pushbuttons.> > I am using ginput(1) to get the...

View Article
Browsing all 19628 articles
Browse latest View live