photo

Tyler


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
4 답변

순위
13,507
of 300,763

평판
3

참여
8 질문
4 답변

답변 채택
37.5%

획득한 표
3

순위
 of 21,082

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,923

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


targeting a single piece of data from an array
I have an array of values, 5 columns, 30 rows. Trying to get a min and max from the array, but all that gets returned is the who...

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

2

답변

질문


creating a table from an array or matrix
In the application i need, I want be able to display a table. It has 8 columns, 40 rows, and want to be able for it to display c...

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

1

답변

질문


taking data from a matrix and summing to a new vector
Im trying to take the values from a matrix, say 8 columns and 40 rows, and take column 3, 4, and 5s data and sum it up for every...

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

1

답변

질문


New Vectors from Old Array
I have a [50,6] set of data, and need to create two column vectors from it based on whether a piece of data in column 4 has a v...

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

1

답변

답변 있음
User defined function wont work, syntax issue?
here is the User defined: function [Max_h] = Max_Height(v0, la, g) Max_h= -((v0.^2).*(sin(la)).^2)/(2.*g); here is ...

대략 13년 전 | 0

질문


How to enter 2 columns from an array into 1 input?
Loaded in a set of data containing 3 columns of info. column 1 is H (height) and 2 and 3 are measurements (say of R) where th...

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

2

답변

답변 있음
User defined function wont work, syntax issue?
these are the errors im getting still with the "." also i dont understand why it says undefined function or variable for v0 whe...

대략 13년 전 | 0

답변 있음
User defined function wont work, syntax issue?
it is

대략 13년 전 | 0

질문


User defined function wont work, syntax issue?
function [Max_height] = Nheight(v0, la, g) Max_height = -(v0^2*sin(la)^2)/(2*g); not really sure what to do to fix it. C...

대략 13년 전 | 답변 수: 5 | 0

5

답변

답변 있음
displaying a description and variable value in the same line
nevermind, i got it. i had the \ mixed up with the / so the next line wasnt being created

대략 13년 전 | 0

질문


displaying a description and variable value in the same line
my knowledge isnt extensive in matlab, still a new user. what i am trying to accomplish is displaying a variables value afte...

대략 13년 전 | 답변 수: 2 | 3

2

답변

질문


Labeling a Piece of Data
I imported a txt file which gave me two columns. Well the top left number needs to be give a label/name(need to display and labe...

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

1

답변