photo

Kazem Gheysari


Last seen: 5ヶ月 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

0 質問
4 回答

Cody

0 問題
2 解答

ランク
23,097
of 300,756

評判
2

コントリビューション
0 質問
4 回答

回答採用率
0.00%

獲得投票数
1

ランク
 of 21,077

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
94,024
of 170,890

コントリビューション
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年 前