![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13495804_1536470469742_DEF.jpg)
Shashank Pathrudkar
Followers: 0 Following: 0
Statistics
All
RANK
10,407
of 297,016
REPUTATION
4
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
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...
2 years 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 ...
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 ...
2 years ago | 0
| accepted