Community Profile

photo

Jorge Tejada


Last seen: 6ヶ月 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


help plotting four different graphs in matlab and I need help to plot a graph for each function to save the code as a pdf
%Analyze these function over the range of 0 ≤ x ≤ 8.0 % 1. y(x)=6.0-0.5x % 2. y(x)=0.0781*(x^2)+1 % 3. y(x)=2.12...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


how can I make a table for this loop
clc, clear integer = 1; for x = 1:20 integer = integer*x end

6年以上 前 | 1 件の回答 | 0

1

回答

質問


I want to create a table from this for loop for each different value the overtimesalary and salary
S= 12; t = (20:50); Salary = S*t; Overtimesalary = S*40+((S*1.5)*(t-40)); for t = (20:50) if t > 40 ...

6年以上 前 | 2 件の回答 | 0

2

回答