Community Profile

photo

Nicholas Sullivan


Active since 2015

Statistics

  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

Question


How can I upload data to the MATLAB Mobile Cloud from my Android tablet?
I'm creating data files on my Android tablet, and I need to use them in MATLAB Mobile. However, MATLAB Mobile only allows using ...

8 years ago | 1 answer | 0

1

answer

Question


How do I get the position of a single axis on a 3-dimensional plot?
I am trying to set the position of a colorbar so that it has the same vertical position and height of the vertical axis on my 3-...

9 years ago | 0 answers | 0

0

answers

Answered
error in while loop
I think you might be missing a nested 'for' statement. Instead of for i=1:n j=1:n Write for i=1:n for j=...

9 years ago | 0

Question


Is there a way to share MATLAB figs with someone who doesn't have MATLAB?
I want to send someone a 3-D MATLAB plot and I want them to be able to rotate it and move objects like the colorbar. Is that pos...

9 years ago | 1 answer | 0

1

answer

Question


I am receiving "License Manager Error -39". How do I access the options file MLM.opt?
I have already read the answer given in this link: <http://www.mathworks.com/matlabcentral/answers/98895-why-do-i-receive-licens...

9 years ago | 1 answer | 1

1

answer

Answered
How can I run a compiled MATLAB program if it requests input to the command window?
In the MATLAB Compiler window, click on Additional Runtime Settings and uncheck the box that says "Do not require Windows Comman...

9 years ago | 0

| accepted

Question


How can I run a compiled MATLAB program if it requests input to the command window?
I am trying out the MATLAB Compiler to run a script that I have written. After compiling and running the code, it works fine unt...

9 years ago | 1 answer | 0

1

answer

Question


How can I add a colorbar that lines up with an axis in a surf plot?
I have a surface plot and I want to make a colorbar that is in the same location as the vertical axis numbers and label. I also ...

9 years ago | 1 answer | 0

1

answer

Answered
Why am I getting this error when I try to send an email using sendmail?
I found a different approach: <http://www.mathworks.com/matlabcentral/answers/94446-can-i-send-e-mail-through-matlab-using-mi...

9 years ago | 0

| accepted

Question


Why am I getting this error when I try to send an email using sendmail?
This is the error message I get: Error using sendmail (line 171) Could not connect to SMTP host: [smtp server], port: 25; P...

9 years ago | 1 answer | 0

1

answer

Question


Is there a way to have a MATLAB script run automatically as a result of some event?
I want my MATLAB script to run automatically when I import a file for it to load. Is there any way for a script to be triggered ...

9 years ago | 1 answer | 0

1

answer

Question


In a 3-D surface plot, how can I make the colorbar part of the vertical axis?
I would like to find a way to have a colorbar that always aligns with the numbers on the vertical axis. Also, I want the colorba...

9 years ago | 0 answers | 0

0

answers