imwrite and imshow
Hi Ben, I'm also facing the same problem as yours. How do you solve this prob? Thanks, Diane "Ben Williams" <supern3t(a)gmail.com> wrote in message <h7h4cr$b32$1(a)fred.mathworks.com>... maybe i found what's the source of my problem. when i use imshow, i specify a range of grayscale in this way: imsh... 2 Mar 2010 10:05
non-linear differential equations with non-constant coefficient
Hy, I'm a french student and I need to solve a beautyful equation, this could be an exemple : g(t)*sin(f(t)+B(t))+h(t)*cos(B(t))+d²(B(t))/dt²=0 g, h and f are known and I need B. I know that I won't be able to find an analytic solution, but I would like to use a numeric solution. I'm a beginner in matlab, I real... 28 Feb 2010 23:21
cube drawing and rotation
hi everyone; i'm new at matlab so my question will be very easy to answer. i want to draw a cube with some edge value and then rotate the cube about x and z axis (ex: for x:30degree, for z:40 degree). i tried to write a transformation matrix to multiply but i could not figure it out. in the forum i found a for loop... 28 Feb 2010 09:58
help with varargout
Dear all I am having some problems using varargout.I red the documentation but it seems that I am missing something. This is my code: varargout = myfunc(theta, data, type) % if type = 1 the function should produce two output arguments, say v1 and v2 % while if type = 2 there are three outut arguments, v3, v4... 28 Feb 2010 07:48
How can I solve a equation, which is mixing of ODE and PDE
I have to solve a equation, which is mixing of ODE and PDE. (dx/dt)+c(dx/dr)+d(dx/dk)=(dx(k)/dt) This equation has initial value at t=0. Right hand side is ODE, and it is in the form dx(k)/dt=c1*x(k), where c1 is constant. How can I solve this equation? Thanks for any further help Sunipa ... 1 Mar 2010 04:47
can someone tell me the steps of spectral subtraction
hi, i want to implement spectral subtraction. i do have the matlab function which i downloaded from matlab. can someone help me how to input a file and how to do the functionality please ... 28 Feb 2010 06:41
Simulators for Anti-Collision system for Railways
Greetings Fellows, For my final year project, which is, the design and manufacture of Anti-Collision device (or say a network) for railways, I need to know if Matlab or other Mathworks family tools can help me out in simulating entire work-flow and design of my project. Basically, it includes simultaneous working... 28 Feb 2010 05:37
Convolution with Gaussian
I asked this question previously also but didnt get a reply ! I have 100 points sin curve and i want to convolve it with 10 point gaussian to regularise my data ! In image processing this is known as gridding algorithm read a paper by JPELT...but i didnt get it how i can implement this image processing algorithm in... 28 Feb 2010 05:37
Tops detection
Hi, I have a N x M matrix (grayscale picture). I would like to detect 6 highest tops from http://www.mypicx.com/02282010/tops_detection/ . So i expect 6 coordinates. Is there any matlab function?? My first idea how to do this, was usage max() function, but that is a bad way.. ... 28 Feb 2010 12:12
print figure
Hi all I am trying to print a figure in tiff format with dimensions of 3.53 (width) x 3.2(height) inches. The whole figure has to have that size including the labels and a color bar. I can adjust the size of paper and position of the figure in file preview, but for any adjustments I make for a paper size of 3.53" x ... 28 Feb 2010 03:27