photo

Nikita Agrawal


The Data Science Folks

Last seen: presque 4 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Message

A coding maniac, love all the leisure coding which is apparently not going to be ever useful. Also, a big problem solving freak, always happy & ready to help.

Statistiques

All
MATLAB Answers

9 Questions
6 Réponses

Cody

0 Problèmes
43 Solutions

RANG
4 033
of 301 647

RÉPUTATION
14

CONTRIBUTIONS
9 Questions
6 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
2

RANG
 of 21 372

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
12 132
of 175 953

CONTRIBUTIONS
0 Problèmes
43 Solutions

SCORE
540

NOMBRE DE BADGES
3

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Knowledgeable Level 2
  • Revival Level 1
  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver
  • First Answer
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
(Solved) Help with please these are hard
function [number_of_terms] = threshold(limit) T = 0; k=1 while T < limit T = T + 5*k*k-2*k; k ...

presque 5 ans il y a | 0

Question


Using 'unstack' with 2019b leading to change in variable names
I am using unstack for a table in MATLAB, in the new table it converts variable names to matlab readable format i.e. replaces pe...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How can you create an empty table object with named columns?
Solution from Stack Overflow

plus de 5 ans il y a | 0

Question


Schedule A task on Matlab Production Server Hosted on Azure cloud
I am running an application as ctf on MPS hosted on azure cloud. I want to schedule it to run everyday. Any suggestions, how do ...

plus de 5 ans il y a | 1 réponse | 2

0

réponse

Question


Add or Remove activities to schedule due to change in Production Plan
Hi, I am trying to solve a scheduling problem. I have a base schedule with constant production and loading rate and parcel si...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
Trying to use a for loop, date commands to calculate date of Memorial day for next 10 years
Use Financial Toolbox from MATLAB and run the following Command. I am finding the date of Last Monday of May every year to get ...

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
What is wrong with this path?
To find the right path, run without addpath('xyz') And then to find what you are looking from that path, matlab will recommen...

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
How to put an app in foreground from background
You could use : ... filename = uigetfile(...); app.UIFigure.Visible = 'on'; .. Hope this helps!

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
How to extract data from .mat files
You could use load('XYZ.mat') Does this help?

plus de 5 ans il y a | 0

Question


Unloading Tank and Optimally Schedule Ships to Load
Hi, I have a problem where a tank is being loaded by continuous production and ships of fixed volumes are used to unload the ...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


Find Index of Table data satisfying some condition
I have a table in which I want to do conditional formatting dependoing upon conditions certain values in different column follow...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


Read specific columns from a large csv file
I have a csv file of 6000 columns need to use only 3000 for my analysis. These columns are not really a range of consecutive nu...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


How many plots can I plot together using hold on ?
I am trying to plot 80 data columns together, is there a maximum limit to how many can be plotted in single figure?

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


How to call a function inside a parfor?
I have a loop that runs fmincon. Fmincon has another function inside it i.e. the objective function. Please help me with how to ...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


How to combine series of consecutive numbers in Matlab?
I have following data: s{1} = 1:10; s{2} = 19:27; s{3} = 29:41; s{4} = 59:67; s{5} = 71:89; s{6} = 91:110; ...

presque 8 ans il y a | 3 réponses | 0

3

réponses