photo

Shashank Pathrudkar


Last seen: 5개월 전 2022년부터 활동

Followers: 0   Following: 0

통계학

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

| 수락됨