photo

Nimit Dhulekar

MathWorks

Last seen: 3 jours il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Senior Software Engineer

Statistiques

All
MATLAB Answers

0 Questions
4 Réponses

Cody

0 Problèmes
14 Solutions

RANG
4 675
of 300 338

RÉPUTATION
10

CONTRIBUTIONS
0 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
 of 20 922

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
30 378
of 168 149

CONTRIBUTIONS
0 Problèmes
14 Solutions

SCORE
160

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • First Answer
  • Solver
  • Commenter

Afficher les badges

Feeds

Afficher par

Réponse apportée
Is there a list of datastore SelectedFormats?
Hi Michael, The SelectedFormats property of TabularTextDatastore accepts all formats that are accepted by textscan. You can see...

environ 6 ans il y a | 0

Réponse apportée
Datastore won't recognize datetime in CSV files (Matlab 2019b)
Hi Michael, Are you executing these set of commands from outside the US? If so, the datetime formats available would be differe...

environ 6 ans il y a | 1

Réponse apportée
fileDatastore of files with different extensions
Hi Gary, I looked at the attached files and it appears that you are only interested in data in a handful of lines (4 to be exac...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
Adding filenames to compiled data
I am not completely certain about the phrasing in your question: "add the file's name before each of the data sets". This is a p...

plus de 6 ans il y a | 0

| A accepté

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

environ 10 ans il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

environ 10 ans il y a

A résolu


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

environ 10 ans il y a

A résolu


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

environ 10 ans il y a

A résolu


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

environ 10 ans il y a

A résolu


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

environ 10 ans il y a

A résolu


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

environ 10 ans il y a

A résolu


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

environ 10 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

environ 10 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

environ 10 ans il y a

A résolu


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

environ 10 ans il y a

A résolu


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

environ 10 ans il y a

A résolu


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

environ 10 ans il y a

A résolu


Low level NaN
I have a dataset. Columns represents different variables. A variable may start with NaN or any double type number. If it start...

environ 10 ans il y a