Chris Gnam
Followers: 0 Following: 0
Statistics
RANK
15.597
of 295.467
REPUTATION
2
CONTRIBUTIONS
19 Questions
1 Answer
ANSWER ACCEPTANCE
15.79%
VOTES RECEIVED
2
RANK
18.336 of 20.234
REPUTATION
1
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
2
ALL TIME DOWNLOADS
12
RANK
of 153.912
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
Feeds
Submitted
m2md
A Utility for Generating Markdown Documentation for MATLAB Projects
meer dan 3 jaar ago | 2 downloads |
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...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 7 jaar ago | 0 answers | 1
0
answersQuestion
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...
bijna 8 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 8 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 8 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 8 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 9 jaar ago | 2 answers | 0
2
answersHow 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 ...
bijna 9 jaar 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...
bijna 9 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
bijna 9 jaar ago | 1 answer | 1
1
answerQuestion
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; ...
bijna 9 jaar ago | 2 answers | 0
2
answersQuestion
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...
bijna 9 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 9 jaar ago | 1 answer | 0