photo

James Water Bird


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
3 个回答

排名
7,041
of 299,722

声誉
6

贡献数
7 个提问
3 个回答

回答接受率
14.29%

收到投票数
1

排名
 of 20,790

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,604

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I got this question for my heat transfer class and dont know where to begin inputting into matlab to give me the correct answer.
The pictures illistrate the question and the correct solution If you have any idea how i could solve this in matlab pls help ...

2 years 前 | 0 个回答 | 0

0

个回答

已回答
problem with the anova calculation
C_t = [30; 30; 30; 30; 30; 30; 30; 120; 120; 120; 120; 120; 120; 120; 120]; pick = [0; 0.026; 0.0550; 0.120 ; 0.320 ; 0.62 ; ...

2 years 前 | 0

已回答
Help rewriting a function using If statements and For Loop
to make your code more global and adaptable to different input signal amplitudes and number of quantization levels, you can make...

2 years 前 | 0

| 已接受

已回答
writeline function not available
The writeline function is part of the Instrument Control Toolbox, which is a toolbox for MATLAB that allows you to communicate w...

2 years 前 | 1

提问


How do i get rid of error in line 1 after running script
%this is the code syms x; y1=2*x^3-x+8; y2=15*x^2-17*x-4; disp('At the Intersection both the curve point will be same'); d...

3 years 前 | 0 个回答 | 0

0

个回答

提问


How to do get my code to display an answer using f print f. I want to display the result using fprint f
This is my Code close all t_sec=[0 30 60 150 240]; Temp_C=[800 457 269 79 46]; time=0:1:250; pa=polyfit(t_sec,Temp_C,4); ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


solve f(x)=0 using bisection method
function root = bisection( f, interval, es)

3 years 前 | 0 个回答 | 0

0

个回答

提问


how do i write a scrip for finding the loop of sin figures
using this equation

3 years 前 | 1 个回答 | 0

1

个回答

提问


What is the corect code for writing an error message when a user inputs an array instead of a scalar value?
What is the corect code for writing an error message when a user inputs an array instead of a scalar value?

4 years 前 | 1 个回答 | 0

1

个回答

提问


create a script for w = x^2cos(1/x)
x = linspace(-1,1,100) what is w

4 years 前 | 0 个回答 | 0

0

个回答