Community Profile

photo

ajeet sahu


Last seen: Today Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

All
  • Thankful Level 3
  • Thankful Level 2
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor