photo

misbah 0332


PAF KIET

Last seen: 2年以上 前 2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
144,632
of 300,753

評判
0

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

回答採用率
40.0%

獲得投票数
0

ランク
 of 21,075

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


when i push a button i want to load image on axes in GUI. so i tried this.
function pushbutton2_Callback(hObject, eventdata, handles) k=zeros(100,99); z=imshow(k); imshow(z, 'Parent', handles...

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

2

回答

質問


How to identify and find same rows in a matrix?
Let A be a vector. A = [1 2 3 4; 1 2 3 4; 5 6 7 8; 5 6 7 8; 6 5 4 8; 8 5 2 9] Task 1: Replace same row with single row, mean...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


is it possible to make an image in GUI matlab which is not predefine but define by user input?
is it possible to make an image in GUI matlab which is not predefine but define by user input?

約10年 前 | 1 件の回答 | 0

1

回答

質問


i want to make GUI for this code, only one push button and one axis. code is given in body
if true % code end close all; clear all; clc; comport = serial('COM17', 'BaudRate', 9600); fopen(comport); x=0; ...

約10年 前 | 1 件の回答 | 0

1

回答

質問


Error using * Inner matrix dimensions must agree.
close all; clear all; clc; %x(n) = u(n) – u(n – 6) n1 = -1:1:6; %range of x-axis x1 = [zeros(...

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

1

回答