First  |  Prev |  Next  |  Last
Pages: 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313
Indexing Error
Hey I'm relatively new to Matlab programming and I have this error I can't work out. I have this code as a the callback function for a slider in my GUI. sliderValue = get(handles.slider1,'Value') vecStr = ['[', num2str(handles.X(sliderValue)), ', ', num2str(handles.Y(sliderValue)), ', ', num2str(handles.Z(slider... 8 Jul 2010 16:58
help
Bonjour, Pourriez vous m'expliquer ce Programme ( sur tous les commandes) Merci d'avance %% Vuvuzela Denoising using Parametric Equalizers % % Author: Charulatha Kalluri % % Copyright 2010 The MathWorks, Inc. % %% Introduction % % This example demonstrates how you can design parametric equalizer filters... 9 Jul 2010 11:38
Find angle between two lines
Dear Roger, thanks for getting back to me. I'm working on this bit of my code again. I was wondering if there was a way to find the angles all anti clockwise because i dont want to have 0 to pi and 0 to -pi due to some loop bits making it complicated. I am now using: theta_rad(t,u)= (atan2(norm(cross... 12 Jul 2010 11:48
how to determine if the shortest distance from one point to a line is inside the line segment or outside
Hello everyone, We know how to determine the shortest distance from a point to a line. http://www.mathworks.com/support/solutions/en/data/1-1BYSR/index.html?product=ML&solution=1-1BYSR However, can someone point me of a way of how to determine if such minimum distance fall within the line segment or it is deter... 8 Jul 2010 18:05
open all sites free now
open all sites free now no blocked sites now with this site ,just put your blocked site and it will open free http://openfree.zzl.org/here ... 8 Jul 2010 11:22
Spectrum Sharing
Hi, I am working on a project: achievable capacity in spectrum sharing over fading channel (particularly the impact of primary activities on secondary user.s achievable capacity) and I was wondering if you could help me out with some matlab codes. I am new in this area and would appreciate any help. Thanks. ... 8 Jul 2010 11:22
About struct array creation
hi, I created the following code but failed with this message "Subscripted assignment between dissimilar structures." Please advise what went wrong Thank you ============= TYPE=zeros(100,1); OK=zeros(100,1); CUBE_DATA(17, 16, 19)=struct(); S=struct('C1',TYPE,'C2',OK); CUBE_DATA(1, 1, 1)=S; ========... 29 Jul 2010 05:19
plotting multiple objects on the same figure
Hi, This is probably a very simple question for most people but I am having trouble doing this: I created a 3D sphere using the "sphere/surf" command and a 3D rectangle using the "patch" command. I am trying to show the two figures on the same plot using the "hold on" command but it's not working. Is there an... 8 Jul 2010 12:29
Edit a plot in a GUI
Howdy! I have a GUI which plots some data on a data axes. It would be awesome if I had the same editting power as I do when I generate a plot to a Figure. Is there a way for me to do this? For example, in the command window, when I enter... x = [1:100] y = pi*(x.^2) plot(x,y) ....Figure 1 is generated wit... 8 Jul 2010 12:29
interpretation of weights from a neural network
i can get output weights, but i want to interprete weights in the hidden layer? regards nina "Carlos Lopez" <clv2clv(a)removeThisadinet.com.uy> wrote in message <eef61e4.0(a)webx.raydaftYaTP>... You pose two different problems: a) > I tried to do this, but MatLAB can't work with 200 neurons (variable size ... 8 Jul 2010 11:22
First  |  Prev |  Next  |  Last
Pages: 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313