photo

Craig


Huntington Ingalls Industries

Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

4 Domande
0 Risposte

Cody

0 Problemi
7 Soluzioni

RANK
33.610
of 301.195

REPUTAZIONE
1

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
1

RANK
 of 21.190

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
48.347
of 173.322

CONTRIBUTI
0 Problemi
7 Soluzioni

PUNTEGGIO
80

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 10 anni fa | 2 risposte | 1

2

risposte

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Domanda


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

circa 12 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 13 anni fa | 2 risposte | 0

2

risposte