photo

Casey


Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

1 Frage
2 Antworten

RANG
7.680
of 300.365

REPUTATION
6

BEITRÄGE
1 Frage
2 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
1

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can I call a .com function through MatLab
I have a .COM file that can be run through the windows cmd prompt. This file takes 3 user inputs to run. I'd like to be able to ...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How do I create a vector of 20 elements with the numbers 1,2,3,4,5 repeated four times?
Type x = [1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5]; into the matlab prompt x is now the above 20 by 1 matrix, which you can b...

fast 13 Jahre vor | 1

Beantwortet
My problem with simple function input in matlab? Error:Line -3
Maple and matlab have different syntax. see https://www.math.duke.edu//education/ccp/materials/diffeq/mlabtutor/mlabtut9.html fo...

fast 13 Jahre vor | 0

| akzeptiert