photo

Kazem Gheysari


Last seen: 5 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
4 个回答

Cody

0 个问题
2 个答案

排名
23,097
of 300,753

声誉
2

贡献数
0 个提问
4 个回答

回答接受率
0.00%

收到投票数
1

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
94,005
of 170,858

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前

已解决


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

8 years 前