Rafal Samborski
AGH
Active since 2011
Followers: 0 Following: 0
Statistics
All
RANK
9,045
of 301,506
REPUTATION
4
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 21,306
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 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
How can I rotate a curved rectangle?
If it's ony about plotting try to call this after your plot function: alpha = 30; set(gca, 'View', [alpha 90]);
How can I rotate a curved rectangle?
If it's ony about plotting try to call this after your plot function: alpha = 30; set(gca, 'View', [alpha 90]);
13 years ago | 0
Answered
For loop to write in Excel file
This one should work: fid = fopen ('data1.xlsx', 'r'); fid = fopen ('reg1.txt', 'w'); A = []; for i = 1:4 x = d...
For loop to write in Excel file
This one should work: fid = fopen ('data1.xlsx', 'r'); fid = fopen ('reg1.txt', 'w'); A = []; for i = 1:4 x = d...
14 years ago | 0
| accepted



