photo

Abhishek Shahi


Last seen: etwa 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

4 Fragen
2 Antworten

File Exchange

2 Dateien

RANG
21.899
of 300.364

REPUTATION
2

BEITRÄGE
4 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
25.0%

ERHALTENE STIMMEN
1

RANG
9.453 of 20.934

REPUTATION
75

DURCHSCHNITTLICHE BEWERTUNG
4.70

BEITRÄGE
2 Dateien

DOWNLOADS
3

ALL TIME DOWNLOADS
434

RANG

of 168.407

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 4 Jahre vor | 0

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 5 Jahre vor | 1