First
|
Prev |
Next
|
Last
Pages: 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
spectrum of laplacian of graph _urgent can anybody explain me what does spectrum of graph mean. i read an example. G is the graph with V as vertices and E as edges ie, G= (V, E). in example, V ={ 1 2 3} and E ={( 1,2) , (2,3)}. laplacian of graph is defined as LG, each element is l(i,j)=-1 if (i,j)belongs to E, degree if i=j, 0 otherwise. in this... 1 Aug 2010 10:29
avi compression in Windows 7 Problem: The default compression method for movie2avi is Indeo5. However, by default, Windows 7 does not include Indeo5 (nor most other codecs). So, when using the simplest implementation of movie2avi [e.g. movie2avi(mov, filename);] we get the following warning: Warning: Cannot locate Indeo5 compressor, using 'Non... 1 Aug 2010 09:24
solutions manual solutions for student team solutions.for.student(a)hotmail.com We're a team for providing solution manuals to help students in their study. We sell the books in a soft copy, PDF format. We will find any book or solution manual for you. Just email us: solutions.for.student(a)hotmail.com List of some ... 1 Aug 2010 09:24
mex file execute path I wrote a simple test mex file. It executes perfectly when Matlab is in the same directory, falls over when Matlab is in a different directory (even though the mex is in a directory on the path). However 3rd party toolkits must contain lots of mex files and I never have any problem with them. What's going on? ... 2 Aug 2010 04:54
imresize not work in our matlab 2010a Hi all, The imresize is not work in our matlab 2010a and i don't know why my question how can i install such function from a pervious version like mat lab 2008a or is it possible to install it from 2010a again. Thank you ... 3 Aug 2010 14:44
redundant Haar wavelet transform "Manfred Kratzenberg" <manfred(a)labsolar.ufsc.br> wrote in message <i2vkjk$4u$1(a)fred.mathworks.com>... Hi Somebody has experience with the application of the program: function y = perform_atrou_transform(x,Jmin,options) The function was written by: Gabriel Peyre As I suppose it is a wavelet t... 1 Aug 2010 07:16
multi procesor simulation in matlab simulink hi , if any body can help me about designing a block for processor in matlab. I have just started with matlab.I m not sure wether it is feasible or not. ... 1 Aug 2010 07:16
run my code 10 times - automatically without waiting to finish and run again with F5? any idea... ... 1 Aug 2010 07:16
Empirical BER over fading channel problem with BPSK Hi , I have the following problem: I receive the same BER for all varying SNR values (BER around 50%). May somebody give me an advice? My code is: clc; clear; close all % Create Rayleigh fading channel object. chan = rayleighchan(1/10000,100); % Generate data and apply fading channel. M = 2; % BPSK mod... 1 Aug 2010 06:12
plotting highest point in filled contour How can i determine the highest point in the filled contour and mark it with red 'x'? I tried using max but resulted in error message. load('0101862_mod.dtm') % loading the dtm file X = X0101862_mod(1:81,:) % we name X0101862, it is the location where the data X, Y and Z is stored Y = X0101862_mod(82:162,:) Z... 4 Aug 2010 17:59 |