photo

ajeet sahu


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

Followers: 0   Following: 0

统计学

All
MATLAB Answers

7 个提问
0 个回答

Cody

0 个问题
4 个答案

排名
103,784
of 301,973

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
71.43%

收到投票数
0

排名
 of 21,476

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
65,151
of 177,809

贡献数
0 个问题
4 个答案

评分
51

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Thankful Level 2
  • Solver

查看徽章

Feeds

排序方式:

提问


2nd order relationship between density and altitude using curve fitting.
Please someone help. I'm trying this for many hours but couldn't get desired result.Actually I'm trying to obtain the 2nd order ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How many terms of series are required to get accuracy upto three decimal point. That is series sum correct upto 3.141
Image of the problem <</matlabcentral/answers/uploaded_files/770591/IMG_20211018_175541.jpg>> Here is what I written but ...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Can someone explain why substitution not working.
I don't know why substitution is not working to find values of X1 X2 and X3.I'm familiar with subs command but still there is an...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Can someone explain why substitution not working in this code.Please explain.
I don't know why substitution is not working to find values of X1 X2 and X3.I'm familiar with subs command but still there is an...

5 years 前 | 1 个回答 | 0

1

个回答

提问


loop iteration using alphabet and then its indexing
Hi,I'm trying to iterate loop using alphabet and then want to use that alphabet for indexing of my predefined array variables.Th...

5 years 前 | 1 个回答 | 0

1

个回答

提问


plese help someone.I need to solve simultaneous differential eqns with multiple dependent variable.
here is what I written to solve these eqns. I'm getting error.I don't have any initial conditions.Also I need to plot y1,y2 and...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Hi,I've tried everything to do prob 3 and 4 but I couldn't succeed.Can someone provide me the code for prob 2, 3,and 4 especially 3 and 4.Thankyou
This problem will test your variable handling skills. (a) Write a function called hiddenSum that takes two inputs and returns...

5 years 前 | 0 个回答 | 0

0

个回答

已解决


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

5 years 前

已解决


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

5 years 前

已解决


Draw a 'N'!
Given n as input, generate a n-by-n matrix 'N' using 0 and 1 . Example: n=5 ans= [1 0 0 0 1 1 1 0 0 1 1 0 ...

5 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years 前