Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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: *

  • Users: hoopz
  • Content: Threads
  • Order by date
  1. hoopz

    Copying a figure and everything on it

    I am creating a GUI that processes some data and plots the data on a figure. The little plot window in my GUI is nice, but I'd like to be able to give the user the option to copy the figure to an external figure window, so that they can then do things like saving the figure as a JPG or...
  2. hoopz

    fprintf

    I'm trying to write all of the data in a matrix into a file, and I have to have a header in this file so I'm using fprintf instead of dlmwrite or something like that. I have a matrix A, and the format I want the file to be in is: <header> A(1,1) A(1,2) A(1,3) A(2,1) A(2,2) A(2,3) etc, etc...
  3. hoopz

    Finding positions of the entries of one vector in another

    I'm converting some code from R and I'm having trouble with a line of code that I feel like there should be a built in function for in Matlab. In R, the function is: match(x,table) which returns a vector of the positions of (first) matches of its first argument in its second. So if I have...

Part and Inventory Search