Respondida
making checkboxes in uitable mutually exclusive
thank you for your suggestion. I implemented the way you showed. temp = cell2mat(Table_data(:,4)); i...

más de 12 años hace | 0

Pregunta


making checkboxes in uitable mutually exclusive
Hello, I have a uitable with four columns and i have set columnformat of one column as logical. By that way i am having checkbo...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Respondida
Pack several files in one .p file
So this is what i did, and it works wonderfully. pcode MyAdapter pcode MyGUI MyGUI.fig as it is. Thanks you, Titus...

más de 12 años hace | 1

Pregunta


Pack several files in one .p file
Hi, The question was asked in 2009 in Matlab newsreader. http://www.mathworks.com/matlabcentral/newsreader/view_thread/26023...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Optimizaation problem in matlab
Hi, I have a function in matlab which is dependent on four variable ( x1,x2,x3 and x4). I want to optimize the function outpu...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


place uitable in a GUI by code ?
Dear all, I have a GUI, the results of which i want to display in a uitable. The size of my table depends on parameters taken...

más de 12 años hace | 1 respuesta | 0

1

respuesta

Respondida
assigning color to binary image
first of all if your image is binary, you cant have values from 1 to 7. if you have image with values 1 to 7, first you have la...

más de 12 años hace | 0

Respondida
Transfer to IDL
write your variable in a txt file and read it in idl !

más de 12 años hace | 0

Respondida
classification of satellite images
read your image with imread if it is tiff or with multiband read if it is binary and do the classificaation. for k means doc...

más de 12 años hace | 0

Respondida
classification of satellite images
I have a different answer to this. If you have statistics toolbar you can perform clustering like k-means. if you have ANN...

más de 12 años hace | 0

Pregunta


displaying classification image
hello community, I have a classified image with class labels 1, to 5. I want to display it with different colors. I can do th...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


ANN , accuracy retrival from plotconfusion figure
Hello community, I am doing image classification using ANN backpropagation. So far so good. After training my net i am displa...

más de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Artificial Neural Network back propagation image classification
Hello community, I have novice in ANN, so please bare with me. I have a image[mxnxp]which i want to classify with ANN back...

más de 12 años hace | 2 respuestas | 0

2

respuestas

Respondida
Difficulty displaying canopy height data from a .tif file
when dispalying the matrix, use imshow ( A,[]) ; where A is your matrix which has your tif data !

casi 13 años hace | 0

| aceptada

Pregunta


data cursor mode in GUI
[EDIT: 20110722 11:46 CDT - reformat - WDR] In normal way without any gui this works. fig1= figure; imshow (Photo) dcm_o...

alrededor de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Zooming in axes in GUI causes axes to expand.
I have a axes where I am plotting my XYZ data using plot3(X,Y,Z,,'b.'). So far so good, but when I want zoom in on the axes, th...

alrededor de 13 años hace | 5 respuestas | 0

5

respuestas

Respondida
Adding each row to previous row in a vector-Not Cumulative
A=[2 1 7 9 4]; B = A(1:end-1)+diff(cumsum(A));

alrededor de 13 años hace | 0

| aceptada

Pregunta


writing binary data with matlab !
I want to write some values in a binary format so that I can open in a specific software. I want to write it after skipping cert...

alrededor de 13 años hace | 1 respuesta | 2

1

respuesta

Respondida
Using a text file to title a plot.
you can also use like this: header{1} ='label'; header{2} ='x vs y'; title ( header)

alrededor de 13 años hace | 0