photo

Rowan Quintero


Last seen: 1年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
139,556
of 301,984

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,478

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 177,880

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Need to display Uint16 .tif image without scaling down or losing resolution
My code involves displaying an image, having the user note things about the image, then taking that information and completing p...

約2年 前 | 0 件の回答 | 0

0

回答

質問


How to I generate continuous arrays from two arrays with different data points?
I would like to take two different array data sets: e.g. x1 = [ 1 5 8 20 ]; y1 = [10 12 15 20]; x1 = [2 6 8 19 21]; y1 = [...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


How do I shade the area between two curves on a plot that is generated by arrays?
For example: x1 = [ 1 2 3 ]; y1 = [2 5 8]; x2 = [1 2.5 3.5]; y2 = [1 6 3]; plot(x1, y1) hold on plot(x2, y2) Thanks fo...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


How to I convert a binary (logical) image back into double, uint8, etc, without changing what the image looks like in binary?
I took a grayscale image (.tif file) and converted it into binary using imbinarize(). This gave me the desired visual, but now I...

3年弱 前 | 2 件の回答 | 0

2

回答