Community Profile

photo

Abhishek Shahi


Last seen: 8개월 전 2020년부터 활동

Followers: 0   Following: 0

통계

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

배지 보기

Feeds

보기 기준

제출됨


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

1년 초과 전 | 다운로드 수: 0 |

Thumbnail

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

2년 초과 전 | 0

제출됨


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

2년 초과 전 | 다운로드 수: 14 |

질문


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

거의 3년 전 | 답변 수: 0 | 0

0

답변

질문


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

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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') ;

대략 4년 전 | 1