photo

misbah 0332


PAF KIET

Last seen: 2 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
0 个回答

排名
204,003
of 297,527

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
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...

9 years 前 | 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...

9 years 前 | 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?

9 years 前 | 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; ...

9 years 前 | 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(...

10 years 前 | 1 个回答 | 0

1

个回答