
Abhishek Shahi
Statistics
RANK
17 036
of 275 829
REPUTATION
2
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
1
RANK
11 932 of 18 575
REPUTATION
28
AVERAGE RATING
4.50
CONTRIBUTIONS
2 Files
DOWNLOADS
12
ALL TIME DOWNLOADS
116
RANK
of 125 620
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Is it possible to join pdf files with MATLAB?
if you intend you merge several pdf files into one, use my code pdfmerge.
mer än ett år ago | 0
Question
solve ODE using mass matrix and optimize( or sfit) for constant k
I have following ODE (can be up to 50 equations) and I know the inditial conditions. I would like to solve the ODEs using mass m...
nästan 2 år ago | 0 answers | 0
0
answersQuestion
fittype issue: problem in producing same size and shape output as input but evaluating outside of valid range
I wrote a function that gives the same size and shape output as input as long as my input values are positive and greater than 2...
mer än 2 år ago | 0 answers | 0
0
answersQuestion
Circularization of 2D image followed by Abel transformation : VMI application
I found a nicely written program in python called "pyabel" that does the centering of raw VMI data, circularize it and perform a...
mer än 2 år ago | 0 answers | 0
0
answersQuestion
calling python function from Matlab
I have following python code line that I want to call from matlab def circularize_image(IM, method="lsq", center=None): I cou...
mer än 2 år ago | 1 answer | 0
1
answerHow do I extract data from MATLAB figures?
I hope this will help x = get (gco, 'XData'); y = get(gco, 'YData'); z = get(gco, 'CData') ;
nästan 3 år ago | 1