![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3931123_1522099168564_DEF.jpg)
Oren B
Ariel University Center, Faculty of Natural Science,Physics Department
Followers: 0 Following: 0
Hello, I am building MATLAB programs in my spare time, you are invited to check the programs I made, comments and suggestions are gladly accepted.
for more project go to:
http://code.msdn.microsoft.com/site/mydashboard
Professional Interests: Image Processing,gui,.Net
Statistics
RANK
12,205
of 297,016
REPUTATION
4
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
1,774 of 20,419
REPUTATION
1,035
AVERAGE RATING
4.90
CONTRIBUTIONS
12 Files
DOWNLOADS
23
ALL TIME DOWNLOADS
9683
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Matlab-Widget-Collection
Explore some of my useful Matlab Widget
5 years ago | 0 downloads |
Submitted
Virtual Painter
Virtual Painter - this software allows you to draw a picture on the screen By following the red colo
5 years ago | 1 download |
Submitted
Matlab-Widget-Collection
Explore some of my useful Matlab Widget
5 years ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/1a48ecae-23f8-4d7e-816f-95730a8d2481/6477eca8-2993-4d45-9a40-a5ccae241b72/images/screenshot.png)
Submitted
virtual_calculator
This calculator allows the user to perform calculations in front of the camera.
5 years ago | 1 download |
Generating multiple excel files
load patients data = table(Gender,Smoker,Height,Weight); number_exsel_file = 3 for n = 1:number_exsel_file writetable(data,...
5 years ago | 0
Pie chart without labels
f = figure(1); X = [1 3 0.5 2.5 2]; ax= axes('parent',f); pie(X,'parent',ax); %% get the axis text children TextChildre...
5 years ago | 1
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
9 years ago
Solved
UICBioE240 2.10
Given a vector of numbers, give the difference between the maximum and minimum values.
9 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
9 years ago
Question
How To call callback function in winform?
i am trying to build winform in matlab i have button and i want to create callback to that button for some reason it not ca...
11 years ago | 0 answers | 0
0
answersSubmitted
Identification red objects in live video
This function allows to identify red objects in live video, and painting them .
12 years ago | 1 download |