Alessandro
Richard Wolf GmbH
Followers: 0 Following: 0
Estadística
5 Preguntas
7 Respuestas
1 Archivo
CLASIFICACIÓN
5.078
of 295.527
REPUTACIÓN
10
CONTRIBUCIONES
5 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
9.678 of 20.242
REPUTACIÓN
67
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
2
ALL TIME DESCARGAS
674
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Word ActiveX Delete content underneath a heading
Hi, I am using word to store images of some measurament. everything works fine but I would like to add some automation. By n...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
display in Matlab comments of functions or methods of classes in the console
Hello is it possible in Matlab to show from the console the comments of a function ? For instance if I have a function like thi...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaEnviada
A Matlab GUI with classes
A simple programm showing how to generate a GUI with classes in Matlab
alrededor de 10 años hace | 2 descargas |
Pregunta
Multiply image with vector
Hello is there a function in Matlab where I could multiply an NxM image with a vector ? I would do something like this : ...
alrededor de 10 años hace | 1 respuesta | 1
1
respuestaHow to change a value in a XML-File?
If I understand you right and you use the java node structure for matlab than you could use this function to replace the node: ...
alrededor de 11 años hace | 0
How can i plot R, G, B vals using rbgplot for line graph?
The command that you use is right and it works. try to use the command with a real rgb image. code: img = imread('peppers....
más de 11 años hace | 0
Pass variable by reference to function
Hello I would say a possible solution is the following (without using classes): %Reference to some matlab Data functio...
más de 11 años hace | 0
Can I represent an image in a binary tree format?
from wikipedia I read the following about image segmentation: In computer vision, image segmentation is the process of part...
más de 11 años hace | 0
Saving to structured variable in loop
If I understand you right you wannt to have: wcoh= cell(Ny,Nx); for i=1:Ny for j=i+1:Nx x = data(i...
más de 11 años hace | 0
| aceptada
Read image and save it using imwrite?
id = 5; folder = 'c:\result\' newimagename = [folder 'image00123_small_' num2str(id) '.bmp']; imwrite(image,newimagen...
más de 11 años hace | 1
GUI function from Edit
you got there a string maybe you should first convert it to an array ! Try this simple solution: handles.a = get(handles.ed...
más de 11 años hace | 0
Pregunta
give private access to a figure in a class
Hello I am building a class that accesses a figure and than manipulates the data of the figure. My problem is that a plot outsid...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
classdef delete function and figure CloseRequestFcn mixing problem
Hello I was trying to build some special class that administrate a figure. I wannt that the figure gets closed only if the cla...
más de 11 años hace | 1 respuesta | 1