Community Profile

photo

Jorge


Last seen: 3 years ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Creating a three column table from matrix
Should be something like this. Didn't run it, though... The table you seek is in columns. Use table() to arrange. [n,m]=...

9 years ago | 0

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years ago

Question


questdlg window doesn't show up after compilation
questdlg modal question window doesn't show up in standalone application! However, helpdlg and inputdlg show up and work flawle...

9 years ago | 0 answers | 0

0

answers

Answered
size of image
Hi! The second line of the code assigns the size of the image to three variables, namely x1, y1 and z1. If the image 'image_fil...

9 years ago | 2

| accepted

Answered
problem when saving plot
Hi! Have you tried using the _saveas() command? Sintax is saveas(figure_handle,'filename.ext') Hope it helps!

9 years ago | 0