photo

misbah 0332


PAF KIET

Last seen: quasi 2 anni fa Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

5 Domande
0 Risposte

RANK
203.980
of 297.503

REPUTAZIONE
0

CONTRIBUTI
5 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
40.0%

VOTI RICEVUTI
0

RANK
 of 20.449

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 159.017

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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?

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 10 anni fa | 1 risposta | 0

1

risposta