![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11408303_1518170545666_DEF.jpg)
Pasquale
Followers: 0 Following: 0
Statistik
RANG
12.891
of 297.016
REPUTATION
4
BEITRÄGE
11 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
72.73%
ERHALTENE STIMMEN
4
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
Frage
how to resize the correct dimension of figure?
I have this figure opened in GUIDE. How can I modify this figure in order to see all the objetcs correctly? (there are other obj...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to convert string to date?
I would convert this string '10:12:25 Tue 11-Dec-18' into a date with this format: 11/12/2018 10:12 AM. I tried to use the fun...
fast 6 Jahre vor | 1 Antwort | 1
1
Antworthow can I select .mat file to load from part of the name?
Thanks for your answer. In my problem I have about 20 files with that kind of name. All of them must be loaded, but not together...
fast 6 Jahre vor | 0
Frage
how can I select .mat file to load from part of the name?
I need to load the following files one by one, using a for loop, because at each iteration I have to do some calculation with th...
fast 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to plot a surface?
Hi, I would to plot a surface from the coordinates of my points given by three vectors X,Y,Z. Is it possible? Which function sh...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to convert for loop to parfor?
I need to make my code faster and I am trying to convert for loops into parfor. Often I see this message: "the entire array or s...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I draw isolines?
I have a mesh of triangular elements and a figure obtained with trisurf(tri,x,y,z). How can I draw isolines of z values on this ...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I apply a filter using fminunc?
I have a function f(x) to minimize using fminunc, but I want to apply a filter to x after every iteration. This is a simple exa...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I write the values of a colourmap on each object?
I have a mesh of triangular elements and a figure obtained with trisurf(tri,x,y,z). I insert the colorbar, where each colour rep...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is the benefit to supply the gradient for function minimization?
Do you know if is it better to supply the gradient using 'fminunc'? For better I mean the time spent for analysis, and its accur...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find a global minimum?
If I try to search the minimum of the function (that now I use as example) y=(1.2^-x)*sin(x), writing the following code, I obt...
mehr als 7 Jahre vor | 1 Antwort | 3
1
AntwortHow to minimize a function when variables do not appear directly?
Thanks for advice, but the problem is a bit different. I need a,b and c only to evaluate d. To make the problem realistic, a is ...
mehr als 7 Jahre vor | 0
Frage
How to minimize a function when variables do not appear directly?
The code is too complicated, so I resume its structure in equivalent way: I choose a start vector x, for example x=[x1 x2 x3 x4...
mehr als 7 Jahre vor | 2 Antworten | 0