Chris Gnam
Followers: 0 Following: 0
Statistica
RANK
15.597
of 295.467
REPUTAZIONE
2
CONTRIBUTI
19 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
15.79%
VOTI RICEVUTI
2
RANK
18.336 of 20.234
REPUTAZIONE
1
VALUTAZIONE MEDIA
0.00
CONTRIBUTI
1 File
DOWNLOAD
2
ALL TIME DOWNLOAD
12
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Inviato
m2md
A Utility for Generating Markdown Documentation for MATLAB Projects
oltre 3 anni fa | 2 download |
Domanda
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...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 7 anni fa | 0 risposte | 1
0
risposteDomanda
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...
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 8 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 9 anni fa | 2 risposte | 0
2
risposteHow 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 ...
quasi 9 anni fa | 0
Domanda
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...
quasi 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 9 anni fa | 1 risposta | 1
1
rispostaDomanda
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; ...
quasi 9 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 9 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 9 anni fa | 1 risposta | 0