misbah 0332
PAF KIET
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
243.802
of 295.712
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20.274
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.359
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
bijna 9 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 9 jaar ago | 0 answers | 0
0
answersQuestion
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?
bijna 9 jaar ago | 1 answer | 0
1
answerQuestion
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; ...
ongeveer 9 jaar ago | 1 answer | 0
1
answerQuestion
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(...
meer dan 9 jaar ago | 1 answer | 0