photo

hi hey


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

12 질문
1 답변

순위
144,622
of 300,853

평판
0

참여
12 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Matlap plot- linspec features
plot(x,y,'-', 'color', cmap(jj,:)); Is there any way I can have matlab plot the data first and the use the linespec '-'?

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


looping over structure fields
Structure=struct('Aww',struct('y',[],'yes',[],'x',[],'no',[]) fn=fieldnames(Structure.Aww) for k=1:numel(fn) tmp = Stru...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Looping over inputs provided by structure
the Structure Setup AppleDataGreen = struct('taste','Sour', 'color','Bright') AppleDataRed = struct('taste','Sweet', '...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Function to calculate two different output variables
So originally I started with a code like this: apples=sweet(core,hot,chicken) pie=crust(taste,bake,rim) apples.outside=...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


mark points on graph
~do calculations x=ddata; y = edata; handles=guidata(hObject); [X,Y] = peaks; surf(X,Y); xlim([-inf inf]); ...

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

1

답변

질문


Saving data from loop
while(run<time) if(run > time) break end ~do calculations~ z=[]; pie= crust*apple; z=[pie]; ...

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

1

답변

질문


How do I get specific points to show up on plot?
`First I plot the data given on a graph (xy) `Every 8hrs (runs in a while loop doing a calculation) I need the graph to plot th...

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

1

답변

질문


Find value in matrix that matches calculation
First my code does a calculation and sets it equal to ash. I then need matlab to find all of the values that match ash in col...

8년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Displaying message in static text box
Got it if(val==2) set(handles.text29,'String', Direct) & set(handles.text27,'String', Directt); end I just used ...

8년 초과 전 | 0

| 수락됨

질문


Displaying message in static text box
I have duration and distance. I want to place duration in one static box so that I can call it from a push button to do a cal...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Placing value in gui static text
Struct contents reference from a non-struct array object. I built a gui to do a calculation when I press the start push butto...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Add a zero row or help multiply these matrixes
When you take the difference of a column you are short one row. I would like to add a zero to the beginning of this output. I w...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Matlab takes in wrong data in command window
[fname, pname] = uigetfile('*.csv'); %ask for file filename= fullfile(pname, fname); %file as string assert(exis...

8년 초과 전 | 답변 수: 1 | 0

1

답변