photo

Abhishek Shahi


Last seen: oltre 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

4 Domande
2 Risposte

File Exchange

2 File

RANK
17.632
of 301.540

REPUTAZIONE
2

CONTRIBUTI
4 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
1

RANK
9.477 of 21.319

REPUTAZIONE
76

VALUTAZIONE MEDIA
4.70

CONTRIBUTI
2 File

DOWNLOAD
4

ALL TIME DOWNLOAD
444

RANK

of 175.260

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

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

oltre 4 anni fa | 0

Domanda


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

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Risposto
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') ;

circa 6 anni fa | 1