統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How do I read a raw images in MATLAB and then display the values as a matrix?
The jpg I attached was originally a .raw file. Can someone see if they can convert it to raw file and check what the values are ...
9年弱 前 | 0 件の回答 | 0
0
回答質問
When I read a pgm file on matlab and read it for some reason it changes the elements, how can i prevent that from happening? I can't attach the image but can someone help me in making sure the elements dont change when reading a pgm file, thank you
myFolder = ''; % this has the path file for where the pgm files are stored if ~isdir(myFolder) errorMessage = sprintf(...
9年弱 前 | 1 件の回答 | 0
1
回答質問
When I'm reading an image its giving me values that are above 100 when it should be less, how do I retain the true values of the elements without changing the element values
This is the image I want to read, but when I read it the element closest to the black region should be 51 but instead im getting...
9年弱 前 | 2 件の回答 | 0
2
回答質問
Is there a way to extract a specific element adjacent to an element that you specify in a matrix and change it. So I would like to extract 0 adjacent to 153 in this matrix. | 0 0 0 0 | | 0 153 0 0 | | 0 0 0 0 |
Is there a way to extract a specific element adjacent to an element that you specify in a matrix and change it. So I would like ...
9年弱 前 | 3 件の回答 | 0
