Pasquale
Followers: 0 Following: 0
Statistics
RANK
14.239
of 295.448
REPUTATION
3
CONTRIBUTIONS
11 Questions
2 Answers
ANSWER ACCEPTANCE
72.73%
VOTES RECEIVED
3
RANK
of 20.227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 5 jaar ago | 1 answer | 1
1
answerhow 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...
meer dan 5 jaar ago | 0
Question
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...
meer dan 5 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
bijna 7 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 7 jaar ago | 1 answer | 2
1
answerHow 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 ...
ongeveer 7 jaar ago | 0
Question
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...
ongeveer 7 jaar ago | 2 answers | 0