Alessandro
Richard Wolf GmbH
Followers: 0 Following: 0
Statistics
RANK
5.078
of 295.527
REPUTATION
10
CONTRIBUTIONS
5 Questions
7 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
3
RANK
9.678 of 20.242
REPUTATION
67
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
2
ALL TIME DOWNLOADS
674
RANK
of 154.057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 10 jaar ago | 1 answer | 0
1
answerSubmitted
A Matlab GUI with classes
A simple programm showing how to generate a GUI with classes in Matlab
ongeveer 10 jaar ago | 2 downloads |
Question
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 : ...
ongeveer 10 jaar ago | 1 answer | 1
1
answerHow 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: ...
ongeveer 11 jaar ago | 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....
meer dan 11 jaar ago | 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...
meer dan 11 jaar ago | 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...
meer dan 11 jaar ago | 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...
meer dan 11 jaar ago | 0
| accepted
Read image and save it using imwrite?
id = 5; folder = 'c:\result\' newimagename = [folder 'image00123_small_' num2str(id) '.bmp']; imwrite(image,newimagen...
meer dan 11 jaar ago | 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...
meer dan 11 jaar ago | 0
Question
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...
meer dan 11 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 11 jaar ago | 1 answer | 1