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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleGraphically 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRSA_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 ArticleRe: 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 ArticleRe: 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 ArticleReordering 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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