Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep 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. Chris31

    Searching for and returning output from a Nastran .f06 file

    Hi all, Relatively new to matlab - I have a question for everyone and would like to hear other opinions on how to get what I am trying to do if you have better ideas. I would like to write a short script that would search a series of nastran output (f06) files, find a given subcase and...
  2. Chris31

    Using Matlab to extract data from FE output file

    Sorry, The output is NX Nastran Ouput and there are multiple subcases and element types. Thanks for all your help.
  3. Chris31

    Using Matlab to extract data from FE output file

    Can anyone offer suggestions on where to look for the following: I'm trying to write a script that will search through a Finite Element output file and print axial force values for specific element ID numbers. Any help is greatly appreciated. Thanks, Chris
  4. Chris31

    Help using the FIND function

    Sorry, The second to last line should read inx01 = find(X1==bt01); I copied from the wrong part of the script.
  5. Chris31

    Help using the FIND function

    X1=7.5:0.0001:70; Y1=interp1(x_1EF,yfit,X1); plot(X1,Y1,'r'); bt01=(Htotal-2*Rbulb-Tflange)/Ttee; inx01 = find(X0==bt01); Z01=Y0(inx01);
  6. Chris31

    Help using the FIND function

    X1=7.5:0.0001:70; bt01=(Htotal-2*Rbulb-Tflange)/Ttee; % which equals 8.8095 for this case Thanks, Chris
  7. Chris31

    Help using the FIND function

    Hi all, Quick question - I'm tryin to implement the following line of code: inx01=find(X1==bt01); and I get the error ??? Error using ==> find Second argument must be a positive scalar integer. If I replace bt01 with the value it works, but I need to leave this as bt01. Is there a way to...
  8. Chris31

    3d plot help

    Hi all, Most likely a simple problem but none the less...is there a way to plot vectors X and Y such that a grid plate is created and then Z vector is the vertical distribution of "forces" at these X,Y points depicted as cones or bars or something? X,Y and Z are of the same length. Thanks for...

Part and Inventory Search

Back
Top