photo

Harry

Last seen: 4일 전 2021년부터 활동

Followers: 0   Following: 0

Programming Languages:
Python, C, MATLAB, Arduino, VHDL

통계

MATLAB Answers

0 질문
3 답변

순위
111,467
of 299,157

평판
0

참여
0 질문
3 답변

답변 채택
0.00%

획득한 표
0

순위
 of 20,690

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 163,542

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Is there a way to extract the numeric data from these chars?
The data inside of Time variable are in time format like mm:ss. You can use datetime to extract them. new_T = datetime(Time(1:e...

3년 초과 전 | 0

답변 있음
i have a function and i need to find the output of the last value. y(n)=1/2*(y(n-1)+A^2/y(n-1)) 0<=n<=N-1 (N=30 A=4),When i run it says output arguments not assignet.
Hi Tasos, you have not assigned y to res whihc is your function output. I corrected your code in the following way: function ...

3년 초과 전 | 0

답변 있음
Get max, min and precision of a fi
% A fixed-point object with no value, 18-bit word length, and 16-bit fraction length a = fi([],1,18, 16) % The easiest...

거의 4년 전 | 0