photo

James Water Bird


Last seen: mer än ett år ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
3 Answers

RANK
7 493
of 298 204

REPUTATION
6

CONTRIBUTIONS
7 Questions
3 Answers

ANSWER ACCEPTANCE
14.29%

VOTES RECEIVED
1

RANK
 of 20 548

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 160 571

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ...

nästan 2 år ago | 0 answers | 0

0

answers

Answered
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 ; ...

mer än 2 år ago | 0

Answered
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...

mer än 2 år ago | 0

| accepted

Answered
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...

mer än 2 år ago | 1

Question


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...

nästan 3 år ago | 0 answers | 0

0

answers

Question


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); ...

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

1

answer

Question


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

nästan 3 år ago | 0 answers | 0

0

answers

Question


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

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

1

answer

Question


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?

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

1

answer

Question


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

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

0

answers