![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14371064_1544860998030_DEF.jpg)
Abhishek Shahi
Followers: 0 Following: 0
Statistik
RANG
22.030
of 297.046
REPUTATION
2
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
1
RANG
9.567 of 20.422
REPUTATION
70
DURCHSCHNITTLICHE BEWERTUNG
4.70
BEITRÄGE
2 Dateien
DOWNLOADS
13
ALL TIME DOWNLOADS
386
RANG
of 157.776
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
Feeds
Gesendet
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...
mehr als 2 Jahre vor | 1 Download |
Is it possible to join pdf files with MATLAB?
if you intend you merge several pdf files into one, use my code pdfmerge.
mehr als 3 Jahre vor | 0
Gesendet
pdfmerge
merge several pdf files and save the output file at any location and name of your choice.
mehr als 3 Jahre vor | 12 Downloads |
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...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 4 Jahre vor | 1 Antwort | 0
1
AntwortHow do I extract data from MATLAB figures?
I hope this will help x = get (gco, 'XData'); y = get(gco, 'YData'); z = get(gco, 'CData') ;
fast 5 Jahre vor | 1