
atharva aalok
Statistics
RANK
10.598
of 277.594
REPUTATION
4
CONTRIBUTIONS
20 Questions
6 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
3
RANK
3.417 of 18.782
REPUTATION
424
AVERAGE RATING
5.00
CONTRIBUTIONS
4 Files
DOWNLOADS
121
ALL TIME DOWNLOADS
2360
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
Modified-MannKendall-Test
A modified version of the Mann-Kendall Test that works with autocorrelated data.
4 dagen ago | 9 downloads |

Question
How to plot a very large number of individual points
I have several vectors (240) each of different length. Now for each entry of any vector I wish to plot: 1) A filled 'o' if the...
7 dagen ago | 1 answer | 0
1
answerSubmitted
Professional Plots
Professional Standard Plots within Seconds!!! Take your plots to the next level.
7 maanden ago | 99 downloads |

Question
Regarding Modified Mann-Kendall test code from File Exchange
I am trying to understand the following code from File Exchange: Mann-Kendall Modified test The author is no longer active it s...
8 maanden ago | 0 answers | 0
0
answersQuestion
How to add a particular font to path with toolbox?
I have created a toolbox called Professional Plots. I wish to implement 'Nunito' Font with this toolbox, that is when the user ...
8 maanden ago | 1 answer | 0
1
answerQuestion
Symbolic Sum to find a general expression for arbitrary n terms and arbitrary variable definitions
Hello, I have a need to add some terms defined using an index for the index running from 1 to and arbitrary number n. I have eq...
8 maanden ago | 1 answer | 0
1
answerQuestion
Can the symbolic toolbox be used to derive results for arbitrary number n?
I wish to do some calculations for my research for a general number n, but the calculations are hellishly long. I was wondering ...
8 maanden ago | 1 answer | 0
1
answerQuestion
Making Smoother the Curve fit to Airfoil data using cscvn function
Hello I am using the following code to fit a curve to the following data % Get the coordinates of the airfoil - airfoiltools....
9 maanden ago | 1 answer | 0
1
answerQuestion
File Exchange google scholar.
I had released a file on File Exchange; Professional Plots, which now has over 800 downloads. Can I add this on my google schol...
ongeveer een jaar ago | 0 answers | 0
0
answersQuestion
First element of vector becoming equal to last element automatically?!?
I am using the following code to solve the laplace equation. The issue I am facing is that the first element of norm_err which ...
meer dan een jaar ago | 0 answers | 0
0
answersQuestion
Why does plot quality reduce when plotting line and scatter together?
I am using plot3() and scatter3() together and the quality of the plot is reducing. The plot becomes a bit pixelated. % Code sn...
meer dan een jaar ago | 1 answer | 0
1
answerSubmitted
Color Palette
A Great Range of Colors to use for Plots! Quick and Easy to use!!!
meer dan een jaar ago | 2 downloads |

Question
Solving a system of Linear Equations with constraints. Using Symbolic math.
I have the following system of equations with a constraint: n equations with n unknowns Here are all known. (Its a known ...
meer dan een jaar ago | 2 answers | 0
2
answersQuestion
Solve system of Linear Equations with Constraints.
I have the following system of equations with a constraint: n equations with n unknowns Here are all known. (Its a known ...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How to Cite MATLAB File Exchange file using Bibtex?
I want to cite the following file from MATLAB File Exchange: Professional_Plots Is there a way to generate bibtex for this?
meer dan een jaar ago | 1 answer | 0
1
answerSubmitted
Hurst Exponent
With Sample Programs and comments to Guide you Through! Please cite if you find this useful
meer dan een jaar ago | 10 downloads |

Question
Commenting Code inside for loop. Orientation Issue
Normal Comment: % my_var = 20 Commenting using Ctrl+R after selecting whole for loop: % for i = 1:10 % disp('This is n...
meer dan een jaar ago | 1 answer | 2
1
answerQuestion
log2() only works with double types?
log2() seems to only work with 'double' types. It throws error when argument is int64. num = 10000; d = floor(num / 7); a =...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Problem using fft();
I have a periodic signal with TimePeriod~2.3 that is f~.4347 But I am getting another peak at f = 0. load('myData.mat'); fi...
meer dan een jaar ago | 1 answer | 0
1
answerHow to improve plot in MATLAB?
Please refer the following Plotting Template: Professional Plots The above is an easy to follow Beginner Friendly template. T...
meer dan een jaar ago | 0
Improving Presentation of a Graph
Please refer the following Plotting Template: Professional Plots The above is an easy to follow Beginner Friendly template. T...
meer dan een jaar ago | 0
How to make nice plots?
Please refer the following Plotting Template: Professional Plots The above is an easy to follow Beginner Friendly template. T...
meer dan een jaar ago | 0
Making plots look beautiful
Please refer the following Plotting Template: Professional Plots The above is an easy to follow Beginner Friendly template. T...
meer dan een jaar ago | 0
How to make high quality, 'publishable' plots
Please refer the following Plotting Template: Professional Plots The above is an easy to follow Beginner Friendly template. T...
meer dan een jaar ago | 1
Question
The Problem with clc; clear; close all; ?
A few days ago someone pointed out that using: clc; clear; close all; Is considered as a case of code smell and cargo cult pro...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Including external file is making workspace messy
I have created a file named PLOT_STANDARDS.m put it in a folder and added that to path to include it in other files. But when I...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
How to solve many equations at once? (Not a system but just multiple separate equations)
I have a vector of equations in symbollic form instead of using a for loop to solve I want to solve them all at once for speed. ...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Vectorizing solve() for solving dynamical system for different parameter values
I will try to quickly explain the problem in brief and then pose the problem. % Creating symbolic variables % x0 y0 omega0 E0 ...
meer dan een jaar ago | 0 answers | 0
0
answersSolving a system of equations with arbitrary Parameter value
I have made some progress and this final problem remains: I will try to quickly explain the problem in brief again and then p...
meer dan een jaar ago | 0
Question
Solving a system of equations with arbitrary Parameter value
I have the following system of equations: syms x0 y0 omega0 E0 Pm0 % x0, y0 omega0 E0 are variables % Pm0 is a parameter ass...
meer dan een jaar ago | 3 answers | 0