photo

Joseph


Lucius Pitkin Inc

Last seen: plus de 3 ans il y a Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

7 Questions
4 Réponses

Cody

0 Problèmes
11 Solutions

RANG
8 810
of 300 753

RÉPUTATION
5

CONTRIBUTIONS
7 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
42.86%

VOTES REÇUS
1

RANG
 of 21 075

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
35 119
of 170 858

CONTRIBUTIONS
0 Problèmes
11 Solutions

SCORE
130

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Commenter
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
how to obtain the parameter estimates using maximum likelihood estimation?
Generalized linear models use maximum likelihood estimation. If you have the statistics toolbox, look at https://www.mathworks....

plus de 8 ans il y a | 0

| A accepté

Question


Is there a way in MATLAB coder to get a user to identify an Excel file, then read the contents of that Excel file?
I am trying to use MATLAB Coder to package a program that reads inputs from an excel file, does a calculation, plots results, an...

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

1

réponse

Question


How do I print a 1-inch by 1-inch square on a piece of paper?
I have been searching the help files and MATLAB Answers but my pictures are still coming out distorted.

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

1

réponse

Question


How do I plot a contour map on the surface of a 3-d surface?
The idea is similar to using "surf(X,Y,Z,C)" but I want contour lines in addition to the coloring provided by C. The contour lin...

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

1

réponse

A résolu


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

environ 10 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

environ 10 ans il y a

Réponse apportée
Help with a design project, dont know where else to go.
Start at your initial time with an initial position and velocity: Calculate air density, balloon volume, drag force, etc. Basic...

environ 11 ans il y a | 0

Question


Parameter search limits for fitnlm
Is there a way to constrain the search for parameter values on fitnlm? I keep running into issues when trying to solve for 3 to...

environ 11 ans il y a | 1 réponse | 1

1

réponse

Question


Why does matrix power give wrong answer?
I am trying to do a MCMC simulation and need to calculate a small frequency event over a long time. To do this I need to raise ...

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

1

réponse

Question


Documentation text is on top of index text
Whenever I open up the help file, the text describing the function is always on top of the index making it impossible to read. ...

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

1

réponse

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

presque 12 ans il y a

Réponse apportée
error Function definitions are not permitted in this context
- According to the documentation "expfit" does a maximum likelihood fit assuming the error follows an exponential distribution. ...

presque 12 ans il y a | 0

Réponse apportée
mex -setup disabled Matlab
I found the problem, Kapersky Anti-Virus 6.0 quarantined Matlab.exe after running the mex -setup command. After restoring the qu...

plus de 12 ans il y a | 0

| A accepté

Question


mex -setup disabled Matlab
I was trying to run the National Instruments example code to read a tdms file and I got an error saying something about an unrec...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

A résolu


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

presque 13 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

presque 13 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

presque 13 ans il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

presque 13 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 13 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

presque 13 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

presque 13 ans il y a

A résolu


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

presque 13 ans il y a