Community Profile

photo

Tim


Attivo dal 2014

Followers: 0   Following: 0

Contatto

Statistiche

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Risposto
one index spans multiple functions
function Mfun d=4; e=3; b=5; fprintf('b=%d\n',b) function a = A(x) a = 0; for b=1:10 ...

oltre 9 anni fa | 0

Risposto
Create a new vector with the elements of another vector
Yes, I left out -3. I was just making two random vectors and wrote the script without trying running it on matlab :) Thank you v...

oltre 9 anni fa | 0

Domanda


one index spans multiple functions
function Myfun d=4; e=3; b=5; fprintf('b=%d\n',b) function a = A(x) a = 0; for b=1:10 a = ...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Create a new vector with the elements of another vector
I have 2 vectors a=[5 1 9 7 0 -5 1 -2] b=[2 8 1 6 -8 -3 4 1] I need to create a vector c, which is made up of elements of...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


How can I define string scalars for a name(for example, one for my name and one for today's date) in command windows?
Sorry I'm new to matlab. Is this what I'm supposed to do? a=['Tim']; b=['09/13']; When I tried creating a column vec...

oltre 9 anni fa | 2 risposte | 1

2

risposte