Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. denno1

    GUI with Timer problem

    When you create the axes, get the handle to it. Then use the handle to show your images. This should give you a constant location.
  2. denno1

    test function for array MATLAB

    How about isequal(element1, element1)?
  3. denno1

    NEWBIE function with sum of multiple parameters

    I'm not sure that I totally understand your issue. It seems that you have the answer in your question, which is why I say this. If you have an array i defined as "i = [1,2,3,4,5,6,7,8,9,10]" and you use the function "y = sum(i)", Matlab will provide you the answer y = 55. In other words, the...
  4. denno1

    setting temporary directory

    I believe that MatLab gets the temporary directory from you PCs settings. It is not a setting in MatLab. Your temporary directory is setup in your PC's environmental variables. To change it (if you are using Windows 2000), go to Start->Settings->Control...
  5. denno1

    textscan and floating point values

    Hello, I am using textscan to read in a .csv file. I have read the file in successfully, but there is a floating point value such as 12.345678 that is not read in it's entirety. Is this a limitation of textscan? What is stored is 12.345. I need all of the precision in the number. When I read...
  6. denno1

    Changing the radius of a polar plot

    I found the answer on another forum. "I edited the polar.m file and I added another argument (maxrho). Now, this (3rd) argument is used for setting the maximum rho value. The line_style argument (that was 3rd in the original m-file) is now 4rth. Hope it is ok now." function hpol =...
  7. denno1

    Changing the radius of a polar plot

    How do I change the radius of a polar plot? I've looked all through the help file and found nothing. All the related information only applies to cartesian plots.

Part and Inventory Search