
atharva aalok
Statistics
RANK
10,611
of 257,892
REPUTATION
3
CONTRIBUTIONS
14 Questions
6 Answers
ANSWER ACCEPTANCE
64.29%
VOTES RECEIVED
2
RANK
5,602 of 17,768
REPUTATION
190
AVERAGE RATING
5.00
CONTRIBUTIONS
3 Files
DOWNLOADS
135
ALL TIME DOWNLOADS
908
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
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...
6 days ago | 0 answers | 0
0
answersSubmitted
Professional Plots
Professional Standard Plots within Seconds!!! NOTE: Download as a zip folder ONLY.
1 month ago | 124 downloads |

Question
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 ...
4 months 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...
4 months ago | 1 answer | 0
1
answerSubmitted
Color Palette
A Great Range of Colors to use for Plots! Quick and Easy to use!!!
6 months ago | 3 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 ...
6 months ago | 1 answer | 0
1
answerQuestion
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 ...
6 months 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?
7 months ago | 1 answer | 0
1
answerSubmitted
Hurst Exponent
With Sample Programs and comments to Guide you Through! Please cite if you find this useful
7 months ago | 9 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...
7 months ago | 1 answer | 1
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 =...
7 months 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...
7 months 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...
7 months 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...
7 months 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...
7 months 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...
7 months 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...
7 months 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...
7 months 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...
7 months 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. ...
8 months 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 ...
8 months 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...
8 months 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...
8 months ago | 3 answers | 0
3
answersSolved
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:...
11 months ago