photo

anthony


commack high school

2012년부터 활동

Followers: 0   Following: 0

메시지

I am working on solar flare data Analysis

통계

MATLAB Answers

11 질문
0 답변

순위
26,010
of 301,159

평판
1

참여
11 질문
0 답변

답변 채택
45.45%

획득한 표
1

순위
 of 21,182

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,105

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

거의 14년 전 | 답변 수: 0 | 1

0

답변

질문


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

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 14년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 14년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 14년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 14년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 14년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 14년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 14년 전 | 답변 수: 1 | 0

1

답변