aggregate continuous signal values
How can I aggregate continuous signal values (that are generated during simulink simulation) into a vector that will be used as input to a discrete time block? I have tried to use "to workspace" and...
View ArticleRe: increase indent shortcut on foreign keyboard layouts
"Mc Canzee" <mccanzee@hotemail.com> wrote in message <bpff94$f18$1@newssrv2.hrz.uni-oldenburg.de>...> hi there,> > english keyboard map supports the shortcut> ctrl + [> to...
View ArticleResolver simulation
I want to build a resolver model with matlab. But information is very little om net. Who has done it before?
View ArticleEdge Wrap For Circular Sensing Zone
Hi guys, I am trying to make an animation of a school of fish in matlab and I have the code working for that but in the animation I can't seem to get the fish to sense other fish over the edges like on...
View ArticleEdge Wrap For Circular Sensing Zone
Hi guys, I am trying to make an animation of a school of fish in matlab and I have the code working for that but in the animation I can't seem to get the fish to sense other fish over the edges like on...
View Articlevertices and edges recognition from scanned image
Pl any one help me to construct adjacency matrix and incidence matrix from manually scanned graph image which contains undirected or directed edges and vertices. How to read vertex and edges which are...
View ArticleFeedforward Network and Backpropagation
Hi, I've very new to Matlab and Neural Networks. I've done a fair amount of reading (neural network faq, matlab userguide, LeCunn, Hagan, various others) and feel like I have some grasp of the concepts...
View ArticleRe: Gaussian 3D plot
On 4/12/2013 3:40 PM, JAMES wrote:> Hi,> I am trying to produce a 3D plot of a quasi-Gaussian function, shown> below as the function Z=Z =>...
View ArticleRe: ask for a help
Hi Ehsa, I'm not going to give you the answer you're looking for. This is a matlab newsgroup. You need to ask here matlab regarding questions. The possibility that someone who knows Stochastic dynamic...
View ArticleCancelling matrix rows
I'm after a way of cancelling "non minimal" rows of a matrix which contain all the non zero terms of a previous row plus more. For example a=[ 1, 2, 0;Â Â Â Â Â Â Â 3, 4, 5;Â Â Â Â Â Â Â 1, 2, 6] Row 3 of 'a' should...
View Articlevariance of block of matrices
i have an image of size 256*256 and i divided it into 8*8 using this code clear all I = imread('image.jpg'); I=rgb2gray(I); I=double(I); I=imresize(I, [256 256]); [a b] = size(I); % get the size of A...
View ArticleRe: Cancelling matrix rows
Hello Jon, Give this a try: clear %Creating a matrix matrix = [ 1, 2, 0;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 3, 4, 5;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 1, 2, 6]; %Defining matrix boundries [matrix_rowmax,matrix_colmax] = size(matrix);...
View ArticleRe: Calculate the Correlation Coefficient of Subsets of a given set
"Mojgan " <ariamahsa@yahoo.com> wrote in message <kkd1fk$i0u$1@newscl01ah.mathworks.com>...> Hi guys> > I wanna calculate the correlation coefficient of all subsets of a given...
View Articlecalculated the Correlation Coefficient of all subsets of a set
Hey Guys I extracted all subsets of a set.Now I want calculated the Correlation Coefficient of each subset which is sum of Correlation Coefficient of it's subset. How can I do it? I think I should...
View ArticleRe: i want to simplify this code
thank you alot but there are an error in convolution method dpb <none@non.net> wrote in message <kjsuca$lgh$1@speranza.aioe.org>...> On 4/7/2013 5:50 PM, mohammed wrote:> > ...Do...
View ArticlePlotting data with microsecond accuracy
I am trying to plot voltage values that have been sampled at 50 us intervals. Each of these samples have been timestamped so that they can be compared with other measurements. I've converted the...
View ArticleRe: pagerank code
"Tehmina " <tehminaamjad@yahoo.com> wrote in message news:kkjo1r$346$1@newscl01ah.mathworks.com...> Thanks a lot for your help> i have used ur commad and removed the node whose id was 0....
View ArticleOnly x-axis in log scale?
Hi all, I am using semilogx to plot the following - and it doesn't work, i.e. I still end up with a standard scale for the x-axis... Xaxis=[0:0.0001:1]; Yaxis=pi.*((1/0.4445).*Xaxis).^(2/5); figure(1)...
View ArticleEmbedded application to log data in realtime to mat file, good idea?
We have a current application which logs all the real-time data to binary log files, and are exploring the idea of moving this custom code to use the MAT-File Routines, so that it would make it easy to...
View ArticleRe: Plotting data with microsecond accuracy
On 4/16/2013 12:08 PM, Kevin wrote:> I am trying to plot voltage values that have been sampled at 50 us> intervals. Each of these samples have been timestamped so that they can> be compared...
View Article