Abhishek Shahi - MATLAB Central
photo

Abhishek Shahi


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB AnswersFile ExchangeFrom 04/20 to 04/25Use left and right arrows to move selectionFrom 04/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 Questions
2 Answers

File Exchange

2 Files

RANK
22,039
of 298,237

REPUTATION
2

CONTRIBUTIONS
4 Questions
2 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
1

RANK
9,527 of 20,553

REPUTATION
72

AVERAGE RATING
4.70

CONTRIBUTIONS
2 Files

DOWNLOADS
9

ALL TIME DOWNLOADS
400

RANK

of 160,651

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

  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 1
  • First Submission
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Submitted


select and plot
This script plot a variable that selected in editor, quickly. select the part you want to plot from the editor modify this as pe...

2 years ago | 1 download |

0.0 / 5
Thumbnail

Answered
Is it possible to join pdf files with MATLAB?
if you intend you merge several pdf files into one, use my code pdfmerge.

3 years ago | 0

Submitted


pdfmerge
merge several pdf files and save the output file at any location and name of your choice.

3 years ago | 8 downloads |

0.0 / 5

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

4 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Answered
How do I extract data from MATLAB figures?
I hope this will help x = get (gco, 'XData'); y = get(gco, 'YData'); z = get(gco, 'CData') ;

5 years ago | 1