photo

AXL


Last seen: 9 months ago Active since 2017

Followers: 0   Following: 0

Master Degree Student at Pontifical Catholic University of Rio de Janeiro.

Programming Languages:
C, MATLAB
Spoken Languages:
English, Portuguese, Spanish

Statistics

MATLAB Answers

7 Questions
3 Answers

RANK
200,284
of 300,553

REPUTATION
0

CONTRIBUTIONS
7 Questions
3 Answers

ANSWER ACCEPTANCE
85.71%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

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

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


Zoom figure generated by 'patch'
I have the following plot generated using 'patch' and I want to automatically plot it for a region around the arc so that whe...

2 years ago | 1 answer | 0

1

answer

Question


How to reduce a figure size within the plotting area and adjuste it to be centralized?
I want to to adjust the plotting area of this figure, so, when I save the figure it will have it with a reduced white area ...

6 years ago | 1 answer | 0

1

answer

Question


How to save the name of a variable and a folder using -printf?
I want a certain folder to be created according to the number of elements given by the user. dir_Cantilever_EPD_3000Elem =...

7 years ago | 1 answer | 0

1

answer

Answered
read a directory path starting from a subfolder
I got it doing the following: [pwd '/Imagens/Deformações'] So I can save the figures named file: saveas(FigHandle,f...

8 years ago | 0

| accepted

Question


read a directory path starting from a subfolder
Is there a way I can read a directory path starting from a subfolder: folder = 'W:\Códigos\Matlab\Lee Frame\New\Images\Defo...

8 years ago | 1 answer | 0

1

answer

Answered
How to find the maximum length in a structure of vectors?
I solved using this: max(cellfun(@length,fem.Element);

8 years ago | 0

| accepted

Answered
FMINCON - Failure in initial objective function evaluation. FMINCON cannot continue
I solved it using this: [x,fval,exitflag,output,lambda,grad,hessian] = ... fmincon(@GetMass18bar,x0,[],[],[],[],lb,u...

8 years ago | 0

| accepted

Question


How to find the maximum length in a structure of vectors?
I have a struct, fem. One of its field is a cell (fem.Element) and I want to find the maximum length of fem.Element. <</matla...

8 years ago | 2 answers | 0

2

answers

Question


How to plot a deformed finite element mesh
I want to show how the mesh could become distorted in a nonlinear finite element analysis. However, when I plot the final displ...

8 years ago | 1 answer | 0

1

answer

Question


FMINCON - Failure in initial objective function evaluation. FMINCON cannot continue
I am trying to solve a bar optimization problem, passing the initial conditions (the area of each bar) and all variables as a st...

8 years ago | 2 answers | 0

2

answers