photo

Shashank Pathrudkar


Last seen: 6 months ago Active since 2022

Followers: 0   Following: 0

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
import tecplot file into matlab
Tecplot has an option to write data as .dat file. in Tecplot: File >> Write Data. Select ASCII data format. You can open .dat...

1 year ago | 0

Answered
How do you save for loop plots to the correct directory?
points = [1:3] color = ["r", "g", "b", "m", "b"]; Outputfigures ='C:\Users\sfai\Documents\MATLAB\OutputFigures\'; for i=1:3 ...

1 year ago | 0

| accepted