photo

Ashley Nelson


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

MATLAB Answers

8 Fragen
0 Antworten

RANG
142.691
of 301.496

REPUTATION
0

BEITRÄGE
8 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
12.5%

ERHALTENE STIMMEN
0

RANG
 of 21.302

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.859

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can I fix my while loop?
Hi! I am trying to create a program that reads a cell array and computes the answer ex: t = {'mult','add','2','3','stop','add...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Index in position 2 exceeds array bounds (must not exceed 6)?
Hi! I am trying to create a program that reads a cell array and computes the answer ex: t = {'mult','add','2','3','stop','add...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I am trying to check if a value of a vector is equal, but it is a word not a number. how can I do that?
Hi, I have a vector >> t = {'add','23','27','pow','3','2','2','stop','4','stop', ... % 'mult','...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


if I were to do a=[1,2,3,4....1000] and b=[1,2,3] and c=[4,5,6] how can i put them in as values of (b1, c1)(b2, c2) and test that through for every value within a? ex. (a*5)+(a*(BVALUE))/(CVALUE)
i am trying to run specific values (b1,c1)(b2,c2) and so on from b=[1,2,3] c=4,5,6] through an equation that uses a vector a=[1,...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can i have a specific set of values run through an equation?
i am trying to run specific values (b1,c1)(b2,c2) and so on from b=[1,2,3] c=[4,5,6] through an equation that uses a vector a=[1...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How do I use each value in a vector as its own variable to be tested in relation to another variable in its respective vector?
Hello, Im trying to take data values like a=[1,2,3,4] and b=[5,6,7,8] and c=[7,8,9,10] and put them into an equation such as x=a...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I set every other number in an array to a specific number with one line?
I'm trying to set every other element within an 5x5 array to 100 (so (1,1) (1,3) (1,5) ETC.) Within a single line of code. Im no...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Help i get the error Subscript indices must either be real positive integers or logicals.
here is my code, %Matlab HW 6 %Created February 19, 2017 by Ashley Nelson % %Input Variables: %Pdesrd= the desi...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten