photo

Kazem Gheysari


Last seen: 3개월 전 2017년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

0 질문
4 답변

Cody

0 문제
2 답안

순위
23,082
of 300,302

평판
2

참여
0 질문
4 답변

답변 채택
0.00%

획득한 표
1

순위
 of 20,911

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
92,162
of 168,040

참여
0 문제
2 답안

점수
30

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • MATLAB Flipbook Mini Hack Participant
  • First Answer
  • Explorer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
why i have this error when i try to start my connection with raspberry pi?
Hi Guys I solved this issue by the following tasks: Resolve the issue of the ssh public key: Edit the /etc/ssh/sshd_config fi...

대략 2년 전 | 0

답변 있음
Raspberry Pi ssh connection error
Hi Guys I solved this issue by the following tasks: Resolve the issue of the ssh public key: Edit the /etc/ssh/sshd_config ...

대략 2년 전 | 0

답변 있음
error in making video file
I solved this error, by changeing the folder that is goning to create the video file. Output_path = 'C:\out\My folder'; vide...

대략 4년 전 | 1

답변 있음
MATLAB Practice questions solution
clear fileID = fopen('readings.txt'); C_text = textscan(fileID,'%s',8,'Delimiter',' '); C = textscan(fileID,'%f %f %f %f %f %...

대략 4년 전 | 0

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 5년 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

대략 8년 전