photo

Lola Gadea


Last seen: 3 months ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
3 Answers

RANK
244,437
of 300,343

REPUTATION
0

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

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

  • First Answer
  • First Review

View badges

Feeds

View by

Answered
Problems printing graphics in pdf format
no warning message appears. The graph is created well in Matlab but then in pdf it appears empty. If it saves well in png

12 months ago | 0

Answered
Problems printing graphics in pdf format
I have updated the Matlab version to R2024a This is an example of the code: figure(ifig) heatmap(M_matrix_up,[],[],[],'TickAn...

12 months ago | 0

Question


Problems printing graphics in pdf format
Since some time ago the graphs generated in matlab are saved empty in pdf format with the print function. This happens especiall...

12 months ago | 1 answer | 0

1

answer

Answered
Possible matlab bug with text() function?
I have the same problem with the 2023a version: x = 0:pi/20:2*pi; y = sin(x); plot(x,y) text(pi,0,'\leftarrow sin(\pi)') In...

1 year ago | 0