photo

Attaullah Shafiq


Last seen: 約2年 前 2020 年からアクティブ

Followers: 0   Following: 0

AI/ML | Telecommunications | MATLAB

統計

All
MATLAB Answers

5 質問
3 回答

Cody

0 問題
1 解答

ランク
7,532
of 300,765

評判
6

コントリビューション
5 質問
3 回答

回答採用率
40.0%

獲得投票数
1

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
98,786
of 170,941

コントリビューション
0 問題
1 解答

スコア
20

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Solver
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Problem with imshow command in MATLAB R2012a
Problem with imshow command in MATLAB R2012a Error: imshow is undefined function (Licence checkout error -96)

4年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How to run a matlab code for all folders in a directory?
yes you can use dir function. plz visit dir func help

4年以上 前 | 0

質問


how to open a depth map from a file and transform it into a 3D point cloud - wanna convert c++ code to MATLAB script.
The following c++ code snippet show how to open a depth map from a file and transform it into a 3D point cloud: FILE* inFi...

4年以上 前 | 1 件の回答 | 0

1

回答

回答済み
is it possible to convert c++ code to matlab code?
create a MEX file via MATLAB Coder (using MATLAB Coder on a simple M file that just calls the C++ function using coder.cinclude ...

5年弱 前 | 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年 前

回答済み
Task for generating a wave
%Sine wave example f=3; %frequency [Hz] t=(0:1/(f*100):1); a=2; %amplitude [V] phi=0; %phase y=a*sin(2*pi*f*t+phi); %fo...

約5年 前 | 1

| 採用済み

質問


i am not getting correct output for this sawtooth plot
I have to plot sawtooth with amplitude of 4 and freq(fs) of 30 I m solving like sine wave. kindly find mistakes.. t = 0:5:30; ...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How to find longest lasting event
How to find longest lasting event? means i wanna Calculate the duration of each event as the difference between 2 function..

5年以上 前 | 2 件の回答 | 0

2

回答

質問


How i can use BMI formula in MATLAB
How i convert a value in inches to meter?

5年以上 前 | 2 件の回答 | 0

2

回答