Community Profile

photo

Pasquale


Last seen: etwa 3 Jahre vor Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 5 Jahre vor | 1 Antwort | 1

1

Antwort

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

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

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 6 Jahre vor | 1 Antwort | 2

1

Antwort

Beantwortet
How 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 6 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 6 Jahre vor | 2 Antworten | 0

2

Antworten