suvendra sahoo
calypto design system pvt ltd
2015 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
2 質問
0 回答
ランク
of 175,442
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How can i able to know the start and end x and y co-ordinates boundary box image
This is my matlab code clc; clear all; a=imread('i450.jpg'); hsv=rgb2gray(a); s = hsv(:,:,1); foreground = ...
10年以上 前 | 1 件の回答 | 0
1
回答質問
Not able to write the binary data into the text file
clc clear all close all; student_id=66438; a=dec2bin('student_id',16) studID = fopen('D:\stid.txt','wb'); fprintf(studID...
10年以上 前 | 2 件の回答 | 0