photo

Tom Vose

MathWorks

Last seen: etwa ein Monat vor Aktiv seit 2016

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

0 Fragen
1 Antwort

File Exchange

1 Datei

Cody

0 Probleme
10 Lösungen

RANG
266.649
of 301.252

REPUTATION
0

BEITRÄGE
0 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
10.073 of 21.207

REPUTATION
64

DURCHSCHNITTLICHE BEWERTUNG
5.00

BEITRÄGE
1 Datei

DOWNLOADS
2

ALL TIME DOWNLOADS
593

RANG
40.468
of 173.657

BEITRÄGE
0 Probleme
10 Lösungen

PUNKTESTAND
110

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Personal Best Downloads Level 1
  • First Answer
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Simulink and Simscape models built in 2021a do not work properly in 2021b
Hi Jingchao. It's hard to know what's going on without seeing the model. If possible, I'd suggest that you submit the model an...

fast 4 Jahre vor | 0

Gelöst


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...

fast 6 Jahre vor

Gelöst


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

fast 6 Jahre vor

Gelöst


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

fast 6 Jahre vor

Gelöst


Return area of square
Side of square=input=a Area=output=b

fast 6 Jahre vor

Gelöst


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

fast 6 Jahre vor

Gelöst


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

fast 6 Jahre vor

Gelöst


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

fast 6 Jahre vor

Gesendet


Dump Trailer Model in Simscape
Dump trailer model, including hydraulic actuator and 3-D mechanical model of scissor mechanism.

mehr als 8 Jahre vor | 2 Downloads |

5.0 / 5
Thumbnail

Gelöst


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

mehr als 9 Jahre vor

Gelöst


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

mehr als 9 Jahre vor

Gelöst


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

mehr als 9 Jahre vor