photo

Connor


Last seen: plus de 2 ans il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

8 Questions
0 Réponses

RANG
272 994
of 300 791

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 21 091

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 083

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 2

Afficher les badges

Feeds

Afficher par

Question


How do I fix this invalide expression error?
I keep receiving this error with my code: Here is my code, Line 5 is in the "%Define the function handles" section, specifica...

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

1

réponse

Question


Not sure why I am getting errors for my anonymous functions.
I have this code: k = randn(1); % random variable % define all of your variables below f = @(x) (sin(x)+4.*x)/x.^2 A = f(5) ...

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

2

réponses

Question


Not enough input arguments for an anonymous function.
I have this anonymous function: g = @(x,k) exp(cos(x))^k I am getting this error: Not enough input arguments. Error in so...

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

1

réponse

Question


How to have a function return a coordinate point?
I am trying to get a function to return (x,y) coordinates for a given angle theta. I am struggling to figure out how to get the ...

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

2

réponses

Question


How do I replace one value of a matrix with another value from a different matrix?
How to you swap a variable in one matrix with another variable from a different matrix without typeing in (for example) E(1,2) =...

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

2

réponses

Question


How do I make a column vector to add to my original matrix?
Im trying to solve this: You want to add 4 to each element in the first row of A, subtract 1 from each element in the second row...

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

2

réponses

Question


Doing arithmatic to specific rows of a matrix
I have this matrix in part a) called Mat1 and for part c) I need to do different arithmatic opertations to individual rows. How ...

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

1

réponse

Question


Invalid use of operator. error, dont know what to change to fix it.
The function I have to plug into is I keep getting the error: File: solution.m Line: 5 Column: 22 Invalid use of operator. ...

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

1

réponse