Re: convert binary to gray
"Carl S." wrote in message <kbi19e$f3q$1@newscl01ah.mathworks.com>...> I have two images. They are;> tempBinaryImg : 320x320 double> GrayscaleImg : 320x320 double> > When I write...
View ArticleRe: how to crop an image from Segout and bwoutline function?? *help
It says I'm not allowed to see your tweets. Try posting to tinypic.com instead.
View ArticleRe: can I use bsxfun for this?
Peter: Use [rows columns] = size(A); to get the number of rows in A, then use B = repmat(B, [rows 1]); to replicate B like this b1 b2 b3 b1 b2 b3 b1 b2 b3 Then simply subtract output = A-B;
View ArticleSimplest and easiest way to create an array of polar complex numbers
What is the simplest and easiest way to enter, in the matlab prompt, a square array whose elements are the complex number in polar form 1?120; with the command ones(4) for example.
View ArticleRe: Problems in ODE solver
"Qiming " <qzfyc@mst.edu> wrote in message <kbhsn8$sa5$1@newscl01ah.mathworks.com>...> Hi:> > I have a question using ODE solvers (say, ode45).> > I want to save some...
View ArticleRe: Simplest and easiest way to create an array of polar complex
On 12/27/2012 4:53 PM, Bramer wrote:> What is the simplest and easiest way to enter, in the matlab prompt, a> square array whose elements are the complex number in polar form 1?120;> with the...
View ArticleRe: Strange object position after IFFT2
"Image Analyst" wrote in message <kbig5o$95s$1@newscl01ah.mathworks.com>...> "Wojtek" wrote in message <kbi4o4$rbn$1@newscl01ah.mathworks.com>...> > I think I start to understand...
View ArticleRe: why Aerosol Optical Thickness of MOD04_l2 range that i read from file is...
I've never heard of that program or toolbox, and I don't even understand what the "problem" is. Some code gives you numbers in the range of [-10 to 2] instead of [0 to 10] like you expect? Well what...
View ArticleRe: fftshift
"maryam" wrote in message <kbie5v$29n$1@newscl01ah.mathworks.com>...> Hi dear friends, thanks for your reading> I would like to know when a vector is transformed to Fourier domain using...
View ArticleRe: why the sigma of symmetrical svd for a real symmetric matrix is negative?
"Rick" wrote in message <kbgbi5$g5n$1@newscl01ah.mathworks.com>...> Hi everyone,> as we know, for a real symmetric matrix A, A, there exists a singular value decomposition as A=USU', and S...
View ArticleRe: Ifft
"Sung " <anna.penang@gmail.com> wrote in message <kbh9ak$kts$1@newscl01ah.mathworks.com>...> I have raw data in displacement and frequency, how to convert into displacement and time?...
View ArticleRe: RGB Image Color Recognition
"Glenys Poon" <lemmingsrawesome@gmail.com> wrote in message <kbger3$qhh$1@newscl01ah.mathworks.com>...> HELP!> My school dumped me into a university attachment . The professor I'm...
View ArticleRe: How to fit a sine wave to under-sampled data
"Scott Rauscher" wrote in message <kbg0a3$afm$1@newscl01ah.mathworks.com>...> I've poured through the forums several times and have almost found a good solution. > > I want to fit a sine...
View ArticleRe: draw line over an image
"Vincent " <saniutza@yahoo.com> wrote in message <kbklsv$r3p$1@newscl01ah.mathworks.com>...> Hi,> I've found info regarding how to draw a line on an image/picture however I would like...
View ArticleRe: How to run Matlab R2007b on Windows 7 Beta?
Thanks a lot Jonathan, it is working! Jonathan <jon.driscoll@gmail.com> wrote in message <58e899cf-1282-4b55-9159-f02e9636ea5b@t21g2000yqi.googlegroups.com>...> Hi,> > Running in...
View ArticleRe: extract the rows except the specific index
On 12/28/2012 11:56 AM, uny gg wrote: ...> I would like to extract the rows except the specific index..> For example,>> A = (1,2,3;4,5,6;7,8,9;10,11,12;13,14,15;16,17,18) % 6 by 3...
View ArticleRe: Array of array
"CHINEDU" wrote in message <kbkn0j$1ko$1@newscl01ah.mathworks.com>...> dpb, I know I can initialize a matrix using A = zeros(20,30)> how do I initialize a matrix of subarrays? A =...
View ArticleMinimize a function
I need to minimize the following function for edge preservation in image restoration - F(u)=summation of (abs(u(i,j)-y(i,j)) + 5/2(S1+S2)) ..... summation over all (i,j) belongs to Noisy set N here...
View ArticleNeed help to write a wave equation
I need plotted in matlab a wave partial equation can anyone help me because i am just started you matlab and i have no good knowledge.
View ArticleReverse Engineering of JFK Assassination Plan Featuring The Killer Queen
Interested in who really killed JFK? Who gave the orders? What famous movies and songs told you about it a long time ago? All details explained in 86-page pdf document available for free download...
View Article