photo

Adriano Bittar


University of Denver

2014년부터 활동

Followers: 1   Following: 0

메시지

통계

All
MATLAB Answers

0 질문
3 답변

File Exchange

1 파일

Cody

0 문제
13 답안

순위
4,517
of 301,513

평판
12

참여
0 질문
3 답변

답변 채택
0.00%

획득한 표
0

순위
3,766 of 21,312

평판
404

평균 평점
4.30

참여
1 파일

다운로드 수
6

ALL TIME 다운로드 수
3949

순위
34,275
of 175,031

참여
0 문제
13 답안

점수
140

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
a question about function -- uigetfile()
Hi.. Try this code: [filename, pathname] = uigetfile({'*.xlsx','Excel Files(*.xlsx)'; '*.txt','Txt Files(*.txt)'}, 'Pick a...

10년 초과 전 | 0

| 수락됨

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

| 수락됨

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

| 수락됨