First  |  Prev |  Next  |  Last
Pages: 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
clabels within specified plot region
I am using clabels on a graph with warped axes. as a result of the warping I have a very steep gradient at the top of the chart. The clabels function is currently taking 7 seconds to run. I'm currently using handle=clabel(C,h,'LabelSpacing',350,'fontsize',10); set(handle,'Color','w') for a=1:1:length(handle... 22 Jul 2010 10:18
urgent
anyone knows how to code hearts game in matlab?? ... 26 Jul 2010 03:00
documentation read
i have a file containing some text space some equations like A=k*u+y*t; B=p*t+t*q; etc please tell me best way to read equations not the text above it and pass the left side of assigments in one array and their values in other array .... please help sorry (steven lord,us.....etc) now i have read the docume... 22 Jul 2010 11:24
polyval help: finding the root
I've just created a straight line with polyval on some data, and I was wondering whether it was possible to find the x value when the polyval becomes zero? this is what I have got A = [a1,a2]; B = [b1,b2]; p = polyfit(A,B,1); f = polyval(p,x); hold on; plot(x,f,'r'); I want x @ f = ... 27 Jul 2010 04:04
ginput crosshair error/bug
On one figure when i use the "ginput" command Matlab does not fill in the figure displayed underneath the cross-hairs when i move them. What i mean is that when i move my cursor the black cross-hairs move with my cursor, but it leaves behind a white "shadow" where the cross-hairs used to be. So when i move my curs... 23 Jul 2010 03:47
polyval help: finding the root
I've just created a straight line with polyval on some data, and I was wondering whether it was possible to find the x value when the polyval becomes zero? this is what I have got A = [a1,a2]; B = [b1,b2]; p = polyfit(A,B,1); f = polyval(p,x); hold on; plot(x,f,'r'); I want x @ f = ... 22 Jul 2010 10:18
Read 12bit DICOM images
"Avner Mediouni" <amediouni(a)gmail.com> wrote in message <i29bmj$afe$1(a)fred.mathworks.com>... Dear Matlab users, I am new to Matlab software. I would like to use matlab to read 12bit DICOM images. The built-in functions works perfectly for 16bit but not for 12bit (which we are using). Can anyone suggest hel... 22 Jul 2010 10:18
Unable to interpret TeX string
Hello, I am trying to show in the xlabel of a graph the symbol of derivative over a greek letter, and I receive the error described in the subject. Here it is my code: xlabel('\textbf\dot{\theta}','interpreter','latex') or xlabel('\bf\dot{\theta}','interpreter','latex') They don't work. Is there a pr... 22 Jul 2010 13:35
How to convert between convolution and corrleation? And more on FFT. Thanks a lot.
Dear all, What's the relationship between correlation and convolution? For example, if \otimes denoting convolution operator and * denoting correlation operator, "A * B" can be written into what form of correlation? "B^T \otimes A" is incorrect, I think. But how to convert? Furthermore, how to convert a convoluti... 22 Jul 2010 23:28
Wolfram Alpha - Integrate - bug and glitch - 1996 - 2010 (!)
For the same integral, Wolfram Alpha returns TWO invalid answers, see the pdfs below: Integrate[Sin[z]^2/Sinh[z]^2, {z, 0, Infinity}] (1/4)*(-1 + 2*Pi*Coth[Pi]) = 1.32667 (often) -3/4 (very rarely) Both of them are wrong as NIntegrate[Sin[z]^2/Sinh[z]^2, {z, 0, Infinity... 22 Jul 2010 10:17
First  |  Prev |  Next  |  Last
Pages: 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200