First
|
Prev |
Next
|
Last
Pages: 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888
??? Error using ==> times Matrix dimensions must agree Working image yields: whos Name Size Bytes Class Attributes F 566x424 3839744 double complex M 1x1 8 double N 1x1 8 double cx ... 23 Apr 2010 17:37
Windows 7 Dear Friens, Sorry for this technical question. I was working with matlab 7 well when I was using windows xp. Now I formated my computer and updated to windows 7. Now I reinstalled the matlab 7. It did not work. I am thankful for any advice. Ism. ... 23 Apr 2010 17:37
MCR imaqregister problem Hi, we would to use an external adaptor (AVTMAtlabAdaptor.dll) in Standalone Application. When we use "imaqregister" on a PC with Matlab R2009b (or R2008b) it works fine but with MCR on another PC without Matlab it gives an error or adaptor isn't loaded. We registered the adaptor manually in MatLab and then we co... 27 Apr 2010 06:31
gui slider question I actually just came across the same problem. I was creating a dicom image viewer and my sliderstep worked fine, but, if I dragged the slider I would not get integer values. All I needed to do was round the value using this line of code val = round(get(source,'Value')); and it worked fine. Thanks Matt "Stev... 23 Apr 2010 17:37
function in background? Hi everyone. I have a problem when my GUI calls a .m function. The thing is, I have a button and when user clicks on it, it must execute a function that I created in a m file. My problem is when the function is running, GUI app waits till the function ends. Is there any way to run this function in the background so i... 23 Apr 2010 17:37
dyadic wavelet toolbox hi; i am new in wavelet and i want a function for dyadic wavelet transform. i found wavelab toolbox of stanford university but i don't know the difference of this dyadic function can anyone help me ? ... 7 May 2010 10:01
Image Comparison Dear Sir Thank you very much for your valuable ideas. Now I am understanding that I am going into wrong direction and putting worthless questions. But Sir, as I want to compare two images - I want your advice that from where I should start - like what are the aspects of a Black & White image that can be compar... 24 Apr 2010 09:24
Code folding gone?! Hi, I've noticed that randomly from time to time, a file that I'm working on seems to lose code folding for some reason? It is greyed out under Text>Code Folding and there are no markers next to the functions. I really like using code folding b/c I have a lot of functions in this file. Any ideas on what's causing... 23 Apr 2010 17:37
Wave Equation on a circular String Hi there, I'm trying to plot the 2D wave equation on a circular string. As of know, I have two Gaussian waves that go left to right in an interval of 2π and repeat themselves (I mean, I have the "string" flattened two a XY graph, and so the wave goes to the left, and appears from the right). How can I kno... 23 Apr 2010 17:37
Connect a parameter name to a moving number Hi guys, I'd like to connect a parameter name to a moving number, performing for example the following loop: for i=1:10 parameter "i" end I want the following output : parameter 1 parameter 2 .......... parameter 10 How I can write this in Matlab? Thks for help! Ciao ciao! ... 28 Apr 2010 03:57 |