Community Profile

photo

Owen Fernandez


Last seen: 9 months ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How can I re write this but with a different variable other than "syms"
syms x; syms f(x); % average of las 4 digitss avg=4; % get gama value gama=5+avg; % 5% relative error err=5/100; ...

3 years ago | 1 answer | 0

1

answer

Question


How to plot a trinomial graph
Im having trouble plotting a trinomial graph, for the function y = x^3. I wrote out the function and tried the plot command but ...

3 years ago | 1 answer | 0

1

answer

Question


How can I write this code in Pseudocode, I am struggling.
I am quite unsure of how I can write this code into PseudoCode function [t,cp]=CpRange(tmin,tmax,inc) inc=round(inc,3);%round...

3 years ago | 0 answers | 0

0

answers

Question


Reformat of code, Rewriting code and adding some changes
Does anyone have any ideas of how I code write this code differently? Like is there any substitues for the matlab based function...

3 years ago | 0 answers | 0

0

answers

Question


Plot points colour change
From this, How can I change only the colour of the points? Where x and y are the Points, and xLine and yLine represent the line...

3 years ago | 1 answer | 0

1

answer