Statistics
All
RANK
4,507
of 300,673
REPUTATION
12
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
3,769 of 21,042
REPUTATION
401
AVERAGE RATING
4.30
CONTRIBUTIONS
1 File
DOWNLOADS
11
ALL TIME DOWNLOADS
3915
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
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







