Re: total energy of nodes
On 8/10/2013 5:38 PM, Philip wrote:> please the last E generated is showing as the total, i want to>> find the sum of E generated from 1 to 10. ... You've posted this at least a half-dozen...
View ArticleRe: Find points on a 3d curve (discretize a curve)
"Dasheek " <dasheekn@gmail.com> wrote in message <ku64jf$54h$1@newscl01ah.mathworks.com>...> Hi,> > I would like to create a curve of a certain radius with a start and finish point...
View ArticleClass definition @ directory error
Hello, I am writing a script wherein a new class 'polynomial' is defined. When I run the script, I get the following error: Error: File: polynomial.m Line: 49 Column: 10 A class definition must be in...
View ArticleHELP, how to show a video on axes
I create a program using matlab GUI and I wanna preview a video on axes. I tried handles.axes1 but it doesn't work.
View Articlematlab converting a string to variable name and assign a string to it
Hi , I have a problem ,I really appreciate if someone can help I tried to write a code to do this this assignment automatically "tree.Rightkids=SE1" here tree.Rightkids is a variable and SE1 is string...
View Articlehow to connect sine wavw with comparator block
I want to compare a sinusoidal waveform and a triangular waveform using a comparator. The main problem is on how to connect simulink blocks with simscape blocks having conserving ports like a...
View ArticleRe: matlab converting a string to variable name and assign a string
On 8/11/2013 3:45 AM, shaho wrote:> Hi , I have a problem ,I really appreciate if someone can help> I tried to write a code to do this this assignment automatically> "tree.Rightkids=SE1">...
View ArticleRe: Comparing a sine wave with a triangular waveform.
"bernard chomba" wrote in message <k80v6i$7g5$1@newscl01ah.mathworks.com>...> Hello everyone, can you kindly help me with either a math lab model or a procedure to follow to obtain PWM signals...
View Articleinterpn features
Hello! I use interpn with the option "linear". Now, interpn interpolates only, and does not extrapolate. What I need is a multilinaer extrapolation. In principle, I need an interpolation only, but as a...
View ArticleIsosurface from 4 columns
I have 4 columns of data: Cartesian coordinates (x,y,z) and a corresponding value at those coordinates (V). Is there any way to plot an isosurface of this data without having to get (V) into a 3d...
View ArticleRe: facial feature point
"shanthi ranjith" <shanthicse@mamce.org> wrote in message <kgmrsv$8aa$1@newscl01ah.mathworks.com>...> hi,> i'am doing project in facial expression analysis and i have frontal view of...
View ArticleRe: Interpolation as a linear matrix operation
"Koos" <k.de.vos@planet.nl> wrote in message <1143577685.810648.316280@g10g2000cwb.googlegroups.com>...> Hi Graham,> > you can actually get your matrix W quite easily in...
View ArticleRe: xlswrite does not write anything
dpb <none@non.net> wrote in message <ku8r0r$eoj$1@speranza.aioe.org>...> On 8/11/2013 2:54 PM, TideMan wrote:> ...> > > Did you check sheet A1:B2, if that is in fact a legal...
View ArticleRe: Interpolation as a linear matrix operation
"Wen " <7459068@student.swin.edu.au> wrote in message <ku9usj$g7h$1@newscl01ah.mathworks.com>...> "Koos" <k.de.vos@planet.nl> wrote in message...
View ArticleRe: Eigenvalues of a 30x30 matrix within integral2 or integral3
"Prashant" wrote in message <ku6487$4d6$1@newscl01ah.mathworks.com>...> "Prashant" wrote in message <ku5sf4$htj$1@newscl01ah.mathworks.com>...> > Hello all,> > > > I am...
View ArticleRe: Interpolation as a linear matrix operation
ok. thanks :) "Torsten" wrote in message <ku9vfc$hdo$1@newscl01ah.mathworks.com>...> "Wen " <7459068@student.swin.edu.au> wrote in message...
View ArticleUpdate GUI axes with Timer
Hi, I´m simulating a SIMULINK model and in this model I store some variables in the Worskspace. I have a GUI and if AFTER the simulation I click on some buttons I have the plot of a certain variable....
View ArticleRe: Dynamic changes in drop-down list of pop-up menu
"Christine" wrote in message <kje269$h4a$1@newscl01ah.mathworks.com>...> Thanks for the nice example. However, I got some trouble with these lines:> > > % the code below sets the menu...
View Articleuse multithreaded function in a parfor loop ?
Hello, I've read in there : http://www.mathworks.com/matlabcentral/newsreader/view_thread/328054#901620 that it's better to use intrinsically multithreaded matlab functions than casting them explicitly...
View Articleelements in array
is there any way to extract elements from an array for a given range of values for example between o and 1 ?
View Article