Community Profile

photo

Parimal Sarathi


Last seen: 3 years ago Active since 2017

Followers: 0   Following: 0

A learner.

Statistics

All
  • MATLAB Central Treasure Hunt Finisher
  • Thankful Level 1
  • Solver
  • First Answer

View badges

Feeds

View by

Solved


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

3 years ago

Solved


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

3 years ago

Solved


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

3 years ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

3 years ago

Solved


Pentagonal Numbers
Your function will receive a lower and upper bound. It should return all pentagonal numbers within that inclusive range in ascen...

6 years ago

Question


How to improve the prediction performance of NARXNET in closed loop simulation and how to train it for multiple data set?
Hi, I am working on a problem where a neural network is used to model a dynamic mechanical system. I have data of the input a...

6 years ago | 1 answer | 0

1

answer

Solved


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

6 years ago

Solved


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

6 years ago

Answered
Recurrent neural network for real-time prediction
Hi Greg, I am also trying to solve a problem where I need to predict the outputs of a system (represented by the NarxNet Neural ...

6 years ago | 0