Munish Raj
MathWorks
Followers: 0 Following: 0
DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks
統計
MATLAB Answers
0 質問
4 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Radar in Automated Driving Toolbox
The RADAR block gives three outputs Detections Clustered Detections Tracks The Detections only give you radial velocity. Th...
Radar in Automated Driving Toolbox
The RADAR block gives three outputs Detections Clustered Detections Tracks The Detections only give you radial velocity. Th...
1年以上 前 | 0
回答済み
Receiving garbage in USRP QPSK example
Use an attenuator between the Tx and Rx. During applications with high gain, some data might get clipped off. This leads to pa...
Receiving garbage in USRP QPSK example
Use an attenuator between the Tx and Rx. During applications with high gain, some data might get clipped off. This leads to pa...
5年以上 前 | 0
回答済み
How do I design the structure and get the element according to its corresponding index?
I understand that you want to access the values of N, M using k, g as your indices. You can exploit MATLAB’s logical indexing ...
How do I design the structure and get the element according to its corresponding index?
I understand that you want to access the values of N, M using k, g as your indices. You can exploit MATLAB’s logical indexing ...
6年弱 前 | 1
| 採用済み
回答済み
After dividing a 512*512 image into non overlapping two pixel blocks, why can't i perform operations on the pixel values? If i multiply a pixel value (163) with 5, it shows 255 everytime..what could be done to perform operations on the pixel values?
It is my understanding that you are not able to perform a multiplication operation (pixel*5) on individual pixels of your blocks...
After dividing a 512*512 image into non overlapping two pixel blocks, why can't i perform operations on the pixel values? If i multiply a pixel value (163) with 5, it shows 255 everytime..what could be done to perform operations on the pixel values?
It is my understanding that you are not able to perform a multiplication operation (pixel*5) on individual pixels of your blocks...
6年弱 前 | 0