Statistics
All
RANK
4,517
of 301,513
REPUTATION
12
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
3,766 of 21,310
REPUTATION
404
AVERAGE RATING
4.30
CONTRIBUTIONS
1 File
DOWNLOADS
6
ALL TIME DOWNLOADS
3949
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
a question about function -- uigetfile()
Hi.. Try this code: [filename, pathname] = uigetfile({'*.xlsx','Excel Files(*.xlsx)'; '*.txt','Txt Files(*.txt)'}, 'Pick a...
a question about function -- uigetfile()
Hi.. Try this code: [filename, pathname] = uigetfile({'*.xlsx','Excel Files(*.xlsx)'; '*.txt','Txt Files(*.txt)'}, 'Pick a...
10 years ago | 0
| accepted
Answered
How can I make a file that Simulink's "From File" block can read?
Try this : v = timeseries(v, t, 'name', 'Vector1') save v -v7.3 v
How can I make a file that Simulink's "From File" block can read?
Try this : v = timeseries(v, t, 'name', 'Vector1') save v -v7.3 v
11 years ago | 0
| accepted
Answered
Generate a Sine Wave in which I can change the sampling rate.
%asks for sample rate sample_rate = input('Type the sample rate:\n') %time t=0:2*pi/sample_rate:2*pi; %discr...
Generate a Sine Wave in which I can change the sampling rate.
%asks for sample rate sample_rate = input('Type the sample rate:\n') %time t=0:2*pi/sample_rate:2*pi; %discr...
11 years ago | 0
| accepted







