Community Profile

photo

Chris Gnam


Last seen: 1 year ago Active since 2016

Statistics

All
  • Thankful Level 2
  • First Submission
  • GitHub Submissions Level 1
  • Thankful Level 1

View badges

Content Feed

View by

Submitted


m2md
A Utility for Generating Markdown Documentation for MATLAB Projects

3 years ago | 1 download |

Question


Having an instance of a class take on a value?
What I mean by this is I'd like to implement behavior similar to that of the datetime class. When you create an instance of d...

4 years ago | 1 answer | 0

1

answer

Question


How to turn off backtrace in warning message while still showing immediately?
I have a large simulation, and some settings and configuration files. I've also got a file that checks what the user input, and...

5 years ago | 1 answer | 0

1

answer

Question


Image changing to blue and yellow?
I'm trying to render the moon in orbit around the Earth. I was able to get a decent map of the Moon, which I then want to wrap ...

6 years ago | 1 answer | 0

1

answer

Question


How do you control both Horizontal and Vertical view angles in MATLAB's 3D viewer?
I'm working on a simulation in which I need to simulate what a camera will see given a specific position and attitude. I've bee...

7 years ago | 0 answers | 1

0

answers

Question


Trying to input data into uitable, but getting error: Data must be a numeric, logical, or cell array
So, I've been reading through documentation for about an hour now, and I can't seem to figure this out. I've created a UItabl...

7 years ago | 1 answer | 0

1

answer

Question


How do you draw a sphere 1 "wedge" at a time?
So to clarify: I currently have a matlab code that generates a rotating sphere. And I also have an object orbiting around ...

8 years ago | 0 answers | 0

0

answers

Question


How do you access specific elements from a web API?
I have written some ADC Software (Attitude determination and control), however I would really like to test it out with some "liv...

8 years ago | 1 answer | 0

1

answer

Question


If I have two spheres plotted (one inside the other), how can I rotate only the interior one?
Hi guys, so I'm currently working on a code which generates a model of the earth, plots your position on the earth, and then a s...

8 years ago | 1 answer | 0

1

answer

Question


How can I integrate a set of data that has been fit with a cubic spline interpolation?
I have a few sets of data and I am trying to apply a fitted curve to, which would then allow me to integrate the functions. I h...

8 years ago | 1 answer | 0

1

answer

Question


I'm trying to make a 3d plot of the pixel intensity in an image, however I cannot seem to make my code work
So I want to be able to import an image (of stars in the sky), and make a 3D plot of the pixel intensity, so that the stars are ...

8 years ago | 1 answer | 0

1

answer

Question


Is there anyway to automatically open up a tab that was just generated?
I have been working on a code for awhile now that automatically imports a large number of .csv files, decides which curve fit is...

8 years ago | 2 answers | 0

2

answers

Question


Not enough input arguments error
So I'm writing a code which accesses all of the .csv files in a specific folder, and then applies a specific type of curve fit t...

8 years ago | 1 answer | 0

1

answer

Question


How can I get this simple gui to allow the user to input data into a table, then save that input once they close the window?
What I'd like to have happen is that the user defines the size of a square matrix (for instance, 2 x 2). Then a new window woul...

8 years ago | 1 answer | 0

1

answer

Question


Is there is a faster way doing this? (I am currently using 100 "if/elseif" statements in a row...)
So I have created a popupmenu which asks the user to define the size of a matrix (number of columns and number of rows). They ca...

8 years ago | 2 answers | 0

2

answers

Answered
How can I run a previously used function using a pushbutton?
I figured it out! All I need to do is put: function nobtn_Callback(~, ~, matrixdisplay) run matrix_input end ...

8 years ago | 0

Question


How can I run a previously used function using a pushbutton?
So I'm writing a code that will ask a user to input a matrix. It will then show them the matrix in a table, and ask them if it i...

8 years ago | 1 answer | 0

1

answer

Question


How to get a new GUI with components to open after closing another one using a pushbutton?
So I am trying to create a GUI which does something simple, and then when you click submit, it will open up a new GUI and close ...

8 years ago | 1 answer | 1

1

answer

Question


I am trying to write a program where the user inputs values to a 2x2 matrix into a GUI. When I try to get it to display the matrix however, it displays completely different numbers
Here is the code that I wrote: function matrixinput %Generate the actual window prompt matrixwindow = figure; ...

8 years ago | 2 answers | 0

2

answers

Question


How do I get a pushbutton to display information a user has input into an "edit" field in a GUI?
I can easily get this to work using popup dialogues, though I cannot seem to get this to work when I build a simple GUI from scr...

8 years ago | 1 answer | 0

1

answer

Question


I'm working on my VERY FIRST code ever. I'm attempting to make a simple GUI which asks for the users name, and verifies that it is correct. but I can't seem to use the input.
Here is my code: function varargout = NameGame(varargin) gui_Singleton = 1; gui_State = struct('g...

8 years ago | 1 answer | 0

1

answer