photo

misbah 0332


PAF KIET

Last seen: plus de 3 ans il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

5 Questions
0 Réponses

RANG
205 014
of 302 048

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
40.0%

VOTES REÇUS
0

RANG
 of 21 516

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 178 475

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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...

plus de 10 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Question


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?

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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; ...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


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(...

plus de 11 ans il y a | 1 réponse | 0

1

réponse