photo

Pu Andaes


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
132,475
of 300,198

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 20,889

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,681

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to Convert Fahrenheit to Celsius
function deg_ce = fa_to_ce(deg_f) deg_ce = (5/9)*(deg_f-32); fprintf('the temp is %f\n', deg_ce) end If i run it, it says th...

5 years 前 | 4 个回答 | 0

4

个回答

提问


How do you input f(x)=e^-0.5cos(4x)?
i tried doing f=exp^(-0.5.*x) .*cos(4.*x) but somehow it still displays as error any help?

5 years 前 | 0 个回答 | 0

0

个回答

提问


How do you plot the phase and amplitude of a complex function?
We were given a task wherein we need to plot an equation's phase and amplitude. I'm in a bit of a rut, as I don't really don't k...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I show the variables the users' inputted in a disp or fprintf fucntion?
I'm kind of new to MATLAB, how can I show the users' inputted data on a disp or fprintf function?

5 years 前 | 1 个回答 | 0

1

个回答

提问


How do I ask a a user to input a number between 1 and 2000, then show a response whether their input is valid or invalid?
I was working on a code wherein I made the user input a number between 1 and 2000, then show a response if their inputted valid ...

5 years 前 | 1 个回答 | 0

1

个回答