Community Profile

photo

anthony


commack high school

Active since 2012

Followers: 0   Following: 0

Message

I am working on solar flare data Analysis

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How can you do a histfit in a gui?
Right now I am trying to get a histfit in a gui but it always creates a new figure it does not allow one to give a handles eithe...

12 years ago | 0 answers | 1

0

answers

Question


How can i plot these multiple plots on the same axes the code i currently have does not work?
dataDays=inputdlg('How many days of data would you like to graph'); cla(handles.axes5); for e=1:str2num(dataDays{1}) ...

12 years ago | 1 answer | 0

1

answer

Question


How can i edit this histogram code to allow it to go onto only one plot
I am plotting this currently and the 2 plots i have get mashed into one plot how can i use my handles.axes5 to only make t...

12 years ago | 2 answers | 0

2

answers

Question


How can i get a bell curve onto a histogram?
I want a histfit graph but this does not work with a gui so I would like to know how to make this curve on the histfit graph. T...

12 years ago | 1 answer | 0

1

answer

Question


Why and how can i fix the vert cat error in this code? It works fine with a 3 len string but over that i get a vert cat error
function PeaksFlare_Callback(hObject, eventdata, handles) global s; set(handles.text12,'String',''); for ...

12 years ago | 2 answers | 0

2

answers

Question


How can i get a bell curve onto a histogram
global datas; hist(handles.axes5,datas.data); hold on;; plot(handles.axes5,q) xlabel(handles.axes5,'VLF Wave Stren...

12 years ago | 2 answers | 0

2

answers

Question


How do i call this function from outside the function without the push of the object?
function axes5_ButtonDownFcn(hObject, eventdata, handles) global runCut; plot(handles.axes5,runCut,'Disp...

12 years ago | 1 answer | 0

1

answer

Question


How do i get these 2 plots on 1 axes? Right now i plot running average but datas over writes it i would like to have them on the same axes
global datas; global runningAverage; x=0:135:17145; % Create plot p...

12 years ago | 2 answers | 0

2

answers

Question


How do you convert this code to be able to plot in a gui not a separate plot outside of the gui?
global runningAverage; global datas; %CREATEFIGURE(Y1,X1,Y2) % Y1: vector of y data data % X1: vector of x data ...

12 years ago | 2 answers | 0

2

answers

Question


Getting a Error in handles
I keep getting a handles error in this code why can anyone help i am new to matlab gui function Run_Callback(hObject, e...

12 years ago | 1 answer | 0

1

answer

Question


How to find a peak in data?
Hello My name is Anthony, I am a high school student working on a software to analyze solar flare data and autonomously find th...

12 years ago | 1 answer | 0

1

answer