Paulo Abelha - MATLAB Central
photo

Paulo Abelha


Active since 2016

Followers: 0   Following: 0

Message

Statistics

All
File ExchangeMATLAB AnswersCodyFrom 09/16 to 03/25Use left and right arrows to move selectionFrom 09/16Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
2 Answers

File Exchange

6 Files

Cody

0 Problems
1 Solution

RANK
7,075
of 297,613

REPUTATION
6

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
3

RANK
7,615 of 20,457

REPUTATION
124

AVERAGE RATING
5.00

CONTRIBUTIONS
6 Files

DOWNLOADS
8

ALL TIME DOWNLOADS
997

RANK
123,284
of 159,263

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • First Answer
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Answered
Is there any way to list all folders ONLY in the level directly below a selected directory?
function [subDirsNames] = GetSubDirsFirstLevelOnly(parentDir) % Get a list of all files and folders in this folder. f...

6 years ago | 3

Submitted


AllPartitions( S )
Get all partitions of a set

8 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


FitAndChooseGaussianMixtureModel( X, plot_fit, k_guess, n_tryouts, dim_plot )
Tries to fit a GMM and chooses according to both AIC and BIC

8 years ago | 1 download |

5.0 / 5

Submitted


PowerSet( S )
Power set of a set input a a cell array

8 years ago | 1 download |

5.0 / 5

Answered
Power Set
You might want to use my funciton: https://uk.mathworks.com/matlabcentral/fileexchange/62752-powerset--s--

8 years ago | 0

Submitted


DisplayEstimatedTimeOfLoop( tot_toc, curr_ix, tot_iter )
Displays the estimated time to finish a for loop

8 years ago | 3 downloads |

5.0 / 5
Thumbnail

Submitted


CheckNumericArraySize( A, dim_sizes )
Checks if the input matrix has the desired dimension sizes

8 years ago | 1 download |

0.0 / 5

Submitted


flatten_cell( list )
Flatten a cell array

8 years ago | 1 download |

5.0 / 5

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

8 years ago