photo

amira hl


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
149,591
of 300,759

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


how transform binary>255 to decimal??
hi in binary M = 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 I typed ...

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

1

回答

質問


write into file .txt ?
hi this is part of the code G=char(bin2dec(char(bin+'0')))' fid = fopen( 'results.txt', 'wt' ); fprintf( fid, '%f...

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

1

回答

質問


string of binary to letters??
Hi This is my code: bin for i=1:size(bin,1) for j=1:size(bin,2) mot=num2str(bin(i,j)); ...

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

2

回答

質問


couldn't figure out what's not working
hi, this is the code <</matlabcentral/answers/uploaded_files/32250/CaptureS.JPG>> executing => THIS IS THE FIRST ITERATION...

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

1

回答

質問


commands for exporting files to be stored into SD card or any external memory?
hi i made some changes in an image and then used imwrite(im,'new.bmp') to create the new modified image, now i have to write ...

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

1

回答

質問


how can i save pixel changes in image?
hi i made pixel value changes in an image , then i save it in a new name, then i wanted to use the new in another code, i che...

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

1

回答

質問


how can i change the value of red in a pixel in a photo?
hi voici le code clc; clear all; close all; im=imread('photo.jpg'); b=1; delta=20; wi=0 l=impixel(...

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

1

回答

質問


couldn't find what's wrong
this is my code clc; clear all; close all; im=imread('images.jpg'); size(im); fid=fopen('document.txt'...

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

1

回答

質問


2 M file interaction
Hi i'm using Matlab 2009 , i have my code in 1 M file , and the results of that code, should be used in other M file, how can i...

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

1

回答