photo

John Doe


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Trying to use values from my function file, within a fplot command, is this possible?
So i have an matlab .m function file called f.m, which is a function f(x). I can use the code below to plot the graph cl...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to use intervals within fplot?
So i have an matlab .m function file called f.m, which is a function f(x). I can use the code below to plot the graph within ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Unable to use the sqrt(A) function in a function file
I'm trying to execute a function similar to this: function y=y(w) a=1 b=1 c=1 d=1 e=1 f=(b*c)*a^3 F = ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to store values from a loop?
I have a .m function file of Y(x,y), and the fzero command below to find the zero for varying values of y: if true for y=...

mehr als 10 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


How to create a fzero loop to find roots of a function file?
I'm going to simplify my equation to make it easier, however I have a .m function file, lets say: if true function Y=Y(x) ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort