photo

Tyler


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

8 Questions
4 Réponses

RANG
13 507
of 300 851

RÉPUTATION
3

CONTRIBUTIONS
8 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
37.5%

VOTES REÇUS
3

RANG
 of 21 094

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 294

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 1

Afficher les badges

Feeds

Afficher par

Question


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

presque 13 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 13 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 13 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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 ...

environ 13 ans il y a | 0

Question


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

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

2

réponses

Réponse apportée
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...

environ 13 ans il y a | 0

Réponse apportée
User defined function wont work, syntax issue?
it is

environ 13 ans il y a | 0

Question


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

environ 13 ans il y a | 5 réponses | 0

5

réponses

Réponse apportée
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

environ 13 ans il y a | 0

Question


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

environ 13 ans il y a | 2 réponses | 3

2

réponses

Question


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

plus de 13 ans il y a | 1 réponse | 0

1

réponse