photo

anthony


commack high school

Actif depuis 2012

Followers: 0   Following: 0

Message

I am working on solar flare data Analysis

Statistiques

MATLAB Answers

11 Questions
0 Réponses

RANG
26 020
of 301 338

RÉPUTATION
1

CONTRIBUTIONS
11 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
45.45%

VOTES REÇUS
1

RANG
 of 21 236

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 017

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

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...

environ 14 ans il y a | 1 réponse | 1

0

réponse

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}) ...

environ 14 ans il y a | 1 réponse | 0

1

réponse

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...

environ 14 ans il y a | 2 réponses | 0

2

réponses

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...

environ 14 ans il y a | 1 réponse | 0

1

réponse

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 ...

environ 14 ans il y a | 2 réponses | 0

2

réponses

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...

environ 14 ans il y a | 2 réponses | 0

2

réponses

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...

environ 14 ans il y a | 1 réponse | 0

1

réponse

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...

environ 14 ans il y a | 2 réponses | 0

2

réponses

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 ...

environ 14 ans il y a | 2 réponses | 0

2

réponses

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...

environ 14 ans il y a | 1 réponse | 0

1

réponse

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...

environ 14 ans il y a | 1 réponse | 0

1

réponse