Community Profile

photo

Alessandro


Richard Wolf GmbH

Last seen: Today 2013년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • Thankful Level 2
  • First Review
  • First Submission
  • 3 Month Streak
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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

9년 초과 전 | 답변 수: 1 | 0

1

답변

제출됨


A Matlab GUI with classes
A simple programm showing how to generate a GUI with classes in Matlab

9년 초과 전 | 다운로드 수: 1 |

Thumbnail

질문


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

9년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
How 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: ...

10년 초과 전 | 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....

거의 11년 전 | 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...

대략 11년 전 | 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...

대략 11년 전 | 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...

대략 11년 전 | 0

| 수락됨

답변 있음
Read image and save it using imwrite?
id = 5; folder = 'c:\result\' newimagename = [folder 'image00123_small_' num2str(id) '.bmp']; imwrite(image,newimagen...

대략 11년 전 | 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...

대략 11년 전 | 0

질문


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

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 11년 전 | 답변 수: 1 | 1

1

답변