Community Profile

photo

Holden Earl


Last seen: ungefär en månad ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Function not recognising output
i am trying to make a user defined function for a unit converter in app designer. i have set up my code but when i run it the ou...

nästan 4 år ago | 1 answer | 0

1

answer

Question


centering a graph at the origin point
all of my graphs for some reason will start at some arbitrary number like 300 and not show my graph. the one i am trying to plot...

ungefär 4 år ago | 0 answers | 0

0

answers

Question


Adding to variable dependant on condition
i have a table and am checking if values lie within this range 60<=a<70, if they do i want to add 1 to another variable "x" so t...

ungefär 4 år ago | 0 answers | 0

0

answers

Question


axis on plot not displaying
a = (1:100); b = (a.^2); plot(a,b) xlabel = 'time'; ylabel = 'fish'; I have tried using "xlabel('time');" but nothing see...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


How to display units with my answer?
prompt = 'Enter mass in pounds:'; x = input(prompt); y = x*0.4536; disp (y); This is my current script and i want to have th...

ungefär 4 år ago | 1 answer | 0

1

answer