Solved


Add two numbers
Given a and b, return the sum a+b in c.

3 years ago

Solved


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

3 years ago

Answered
How do I make the x-axis of plotted timeseries data behave like it does when using datetime values?
I found that if you set: valuesTs.TimeInfo.Format='MMM dd' It will plot your x-axis labels as desired when plotting the timese...

4 years ago | 0

Answered
How does one properly save figure with a matlab executable in Linux without the DISPLAY environement variable set?
No, never did. I forget what I ended up doing. Haven't checked if this is still a problem in the latest versions.

7 years ago | 0

Question


How does one properly save figure with a matlab executable in Linux without the DISPLAY environement variable set?
I'm trying to deploy an executable to a Linux machine that does not have X11 installed and on which the DISPLAY environment vari...

12 years ago | 1 answer | 1

1

answer

Question


trouble with debug using Visual Studio 2008
I'm trying to debug some Fortran code, and I've followed the instructions at http://www.mathworks.com/help/techdoc/matlab_extern...

15 years ago | 0 answers | 0

0

answers

Question


strange behavior (bug?) with subplot and setting outerposition
I have a chunk of code similar to this. When I run the last command to reset the outerposition of the bottom figure it erases th...

15 years ago | 2 answers | 0

2

answers