photo

Akansha Saxena


Last seen: 8 jours il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

All
  • Introduction to MATLAB Master
  • Community Group Solver
  • First Review
  • Revival Level 1
  • First Answer
  • CUP Challenge Master
  • Commenter
  • Promoter
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
Alternative to endsWith function for older Matlab versions
pattern ='on'; results = cellfun(@(x) (length(char(x))>length(pattern)) && strcmpi(pattern,x(length(char(x))-(length(pattern)-1...

presque 4 ans il y a | 0

Réponse apportée
What is the alternative for startsWith function in Matlab 2013?
TF = cellfun(@(x) strncmpi(x, pattern, length(pattern)),names_cell);

presque 4 ans il y a | 0

Réponse apportée
How do you change the alpha value for a sampsizepwr test?
Alpha can be entered as a Name Value pair argument. After entering all the input arguments include 'Alpha' followed by the ...

environ 7 ans il y a | 0

Réponse apportée
REMOVE SPACING IN A STRING
requiredString = regexprep(theString, '\s+', '')

presque 8 ans il y a | 3