photo

Craig


Huntington Ingalls Industries

Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

4 Questions
0 Réponses

Cody

0 Problèmes
7 Solutions

RANG
33 610
of 300 756

RÉPUTATION
1

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
1

RANG
 of 21 077

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
47 788
of 170 890

CONTRIBUTIONS
0 Problèmes
7 Solutions

SCORE
80

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

Question


Undefined function or variable "sum".
I have the following code: function outdata=pixelate(fname) imdata=rgb2gray(imread(fname)); outdata=zeros(size(imdata...

presque 10 ans il y a | 2 réponses | 1

2

réponses

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

presque 12 ans il y a

A résolu


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

presque 12 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 12 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 12 ans il y a

A résolu


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

presque 12 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 12 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 12 ans il y a

Question


How do I run Flowmaster from Matlab?
This was previously posted to the newsgroup, but did not get any responses. I did not see it my list of questions, so I thought...

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

0

réponse

Question


Matlab redfining properties for all instances of a class
I have a class I am working on that evaluates functions then uses some criteria to optimize those functions. I created a class ...

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

1

réponse

Question


How do I remove duplicates from a structure array?
Suppose I create the following structure: animals(1).name='Northern Mockingbird'; animals(1).class='Bird'; anim...

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

2

réponses