photo

Bilen Oytun Peksel


Microflown Technologies /Netherlands

Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
4 Answers

File Exchange

2 Files

Cody

0 Problems
2 Solutions

RANK
8,294
of 300,571

REPUTATION
6

CONTRIBUTIONS
1 Question
4 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
9,307 of 21,027

REPUTATION
78

AVERAGE RATING
0.00

CONTRIBUTIONS
2 Files

DOWNLOADS
2

ALL TIME DOWNLOADS
785

RANK
80,412
of 169,680

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • First Submission
  • Thankful Level 1
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Make button down function work for objects inside axes.
Set hittest off for all the objects on the axis and make sure that axis off is not executed.

13 years ago | 1

| accepted

Answered
increase size of uitable dynamically
I have a correction to Andrew's solution: instead of : if all(cellfun(@isempty,tableData(row,:))) u do: if nnz(...

13 years ago | 0

Answered
Zooming in axes in GUI causes axes to expand.
The problem here is: If the view angles (az,el check out 'help view') are set to different values than usual xy xz or yz view...

13 years ago | 0

Submitted


Meshing a spherical shell
This small function meshes a spherical shell and returns to unique vertices and proper faces matrix

13 years ago | 1 download |

0.0 / 5

Submitted


Vertices and faces matrices generation for rectangular prisms
Vertices and faces matrices generation for rectangular prisms

13 years ago | 1 download |

0.0 / 5

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

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

14 years ago

Question


Mapping two matrices
Hi! My question is : I have two n x n matrices one being pressure levels(SPL) and the other one being the frequency (f) of ea...

14 years ago | 2 answers | 0

2

answers