Community Profile

photo

kanghao he


Last seen: 4 years ago Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


I want to find R, but it says I have error on using fzero
a=2.1.*10.^-3; b=2.9.*10.^-4; c=8.7.*10.^-8; T=322 %Kelvins resistance=@(R)(T(a+b.*log(R)+c.*(log(R)).^3)); %ohm ...

7 years ago | 1 answer | 0

1

answer

Question


Use these values and Matlab to find the sum of the 161st and 271st values of x
x= [70, 10, 41, 65, 99, 55, 52, 26, 69, 27, 55, 98, 35, 59, 58, 89, 66, 31, 70, 51, 73, 80, 27, 97, 38, 71, 17, 88, 67, 23, 67, ...

7 years ago | 2 answers | 0

2

answers

Question


really need help on this question!!!! I want to calculate the sum of all odd number, where do I do wrong?
clear all, close all, clc, format compact, format long g A=[12 2 33 15 66; 40 54 79 14 14; 88 2 54 30 47; ...

7 years ago | 1 answer | 0

1

answer

Question


I really need help on this problem. How can I always get wrong?
clear all, close all, clc, format long g, format compact D = [0:0.1:10]; y = @(x)(cos(exp.^x).^3-sqrt(x).*cos(x).^2+...

7 years ago | 1 answer | 0

1

answer