Community Profile

photo

Oren B


Ariel University Center, Faculty of Natural Science,Physics Department

Last seen: 3 years ago Active since 2013

Followers: 0   Following: 0

Message

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

All
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 4
  • First Submission
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Generating multiple excel files
load patients data = table(Gender,Smoker,Height,Weight); number_exsel_file = 3 for n = 1:number_exsel_file writetable(data,...

4 years ago | 0

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

4 years ago | 1

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

10 years ago | 0 answers | 0

0

answers