photo

Karina


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

8 Fragen
0 Antworten

RANG
288.782
of 297.503

REPUTATION
0

BEITRÄGE
8 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
87.5%

ERHALTENE STIMMEN
0

RANG
 of 20.454

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 159.017

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How do I create dll in a Matlab 7.9 (R2009b) version?
I have this code: function preprocesado(Nombre) Carpeta=Nombre; if ~isdir(Carpeta) errorMensaje = sprint...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Save a sequence of images in a new folder
I have this code: miFolder='C:\Users\karina\Documents\MATLAB\11'; if ~isdir(miFolder) errorMensaje = sprintf('Error:...

mehr als 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How do I read the image of the half of a sequence of images?
Hi, I have this code. Carpeta='C:\Users\karina\Documents\MATLAB\11'; if ~isdir(Carpeta) errorMensaje = sprintf('...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Creating an array with variables or a loop
I have the next code: for k=1:10 imDs{k}=imread([num2str(k),'.png']); iGrisB{k} = imDs{k}(:, :, 3); %Datos med...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to get a only one table with a for loop?
I have this code: imDs=imread('10.png'); iGrisB = imDs(:, :, 3); %Datos media = mean(iGrisB(:)); Std=std(doubl...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Reading series of images
Hi I have the next code: function Image(ImaIn,ImaFin,coordinates) for i=ImaIn:ImaFin I=imread(['DSCN0594 ',num...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to join two codes of images?
I wrote this code in a function m file: function preprocesado(NombreImagOriginal) ImagenOriginal=imread(NombreImagOrigin...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Assigning color to gray image
I have a gray image (it's a flame) like the image below and I want to get something like the next image. I think I need to apply...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten