Sudhir27

Joined 16 March 2018
776 bytes added ,  13 April 2018
 
(10 intermediate revisions by the same user not shown)
Line 45: Line 45:
*:Fixed some part of the bug #51333 [https://github.com/Alok009/Octave/blob/master/dot.m] and currently working on it to implement all those matrices functions
*:Fixed some part of the bug #51333 [https://github.com/Alok009/Octave/blob/master/dot.m] and currently working on it to implement all those matrices functions
*:Provided the code for the missing function 'rms' from signal package [https://github.com/Alok009/Octave/blob/master/rms.m].
*:Provided the code for the missing function 'rms' from signal package [https://github.com/Alok009/Octave/blob/master/rms.m].
*:Suggested the logic behind the inaccuracy of sinc function #bug48307[https://savannah.gnu.org/bugs/?func=detailitem&item_id=48307] provided code for implementing sine in tailor series and currently re-writting the sinc function without using the inbuit sine function to improve its accuracy


== F: Feeling fine ==
== F: Feeling fine ==
Line 62: Line 63:
== O: Only out of interest ==
== O: Only out of interest ==
* Did you ever hear about Octave before?  
* Did you ever hear about Octave before?  
*:Yes ,I use to do my assignment in octave.
*:Yes ,I use it for doing my Machine Learning assignment.
** If so, when and where? How far have you been involved already?
** If so, when and where? How far have you been involved already?
**:I hear about octave on Coursera about 6 month ago.
**:I heared about octave on Coursera about 6 month ago.
** If not, where would you expect or advise us to do advertising?
** If not, where would you expect or advise us to do advertising?
**:I think octave need little bit of advertisement as very less people know about octave although it is freely availabe.
**:I think octave need little bit of advertisement as very less people know about octave although it is freely availabe.
Line 85: Line 86:
== S: Self-assessment ==
== S: Self-assessment ==
* Please describe how useful criticism looks from your point of view as committing student.
* Please describe how useful criticism looks from your point of view as committing student.
*:I am open to all criticism.As I am student I provide me an opportunity to improve myself and I always take criticism positively to improve myself.
* How autonomous are you when developing:
* How autonomous are you when developing:
*:I used to divide to divide any problem in parts and write than write code for each part and test it that I am getting desired result from each part and not.After that I use to merge all the parts and this is working very fine with me.It allows me to code faster and helps me a lot in debugging.
** Do you like to discuss changes intensively and not start coding until you know what you want to do?
** Do you like to discuss changes intensively and not start coding until you know what you want to do?
**:Yes,it is really very important for any one what he have to do.So first I like to understand it very carefully and than start coding.My principle is to first understand the problem statement and than strat coding.
** Do you like to code a proof of concept to 'see how it turns out', modifying that and taking the risk of having work thrown away if it doesn't match what the project or original proponent had in mind?
** Do you like to code a proof of concept to 'see how it turns out', modifying that and taking the risk of having work thrown away if it doesn't match what the project or original proponent had in mind?
**:For my own benefit,that my code is working well or not I use to write correctness of the code.Use to think every possible cases and than checking the code is working fine or not.


== Y: Your task ==
== Y: Your task ==
* Did you select a task from our list of proposals and ideas?
* Did you select a task from our list of proposals and ideas?
*:Yes,I have selected a task from the given list of proposal.
** If yes, what task did you choose? Please describe what part of it you especially want to focus on if you can already provide this information. ''Please also wiki-link the page for your elaborated proposal here.''
** If yes, what task did you choose? Please describe what part of it you especially want to focus on if you can already provide this information. ''Please also wiki-link the page for your elaborated proposal here.''
**:I want to work on "MAKE SPECFUNS SPECIAL AGAIN".I have gone through the bugs on savannah and started working on it.At first I am trying to implement the code for the "sinc" function and trying to improve its accuracy.I am pretty sure that I  will surely make all the special function special again.
* Please provide a rough estimated timeline for your work on the task. ''This should include the GSoC midterms and personal commitments like exams or vacation ("non-coding time"). If possible, include two or three milestones you expect.''
* Please provide a rough estimated timeline for your work on the task. ''This should include the GSoC midterms and personal commitments like exams or vacation ("non-coding time"). If possible, include two or three milestones you expect.''
[[Category: Summer of Code]]


*:You can see my project proposal here [https://docs.google.com/document/d/1ZBXBfFu2tr5qRUUhjuWJUHiwx13Ip1Dd1YHhAqjSgWM/edit#]


 
[[Category: Summer of Code]]
 
------------------------------------------------------------------------------------
PolarAxes and Plotting Improvements[edit]
Octave currently provides supports for polar axes by using a Cartesian 2-D axes and adding a significant number of properties and callback listerners to get things to work. What is needed is a first class implementation of a "polaraxes" object in C++. This will require creating a new fundamental graphics object type, and programming in C++/OpenGL to render the object. When "polaraxes" exist as an object type then m-files will be written to access them including polaraxes.m, polarplot.m, rticks.m, rticklabels.m, thetaticks, thetaticklabels.m, rlim.m, thetalim.m
Minimum requirements
Ability to read and write C++ code. Ability to read and write Octave code. Experience with OpenGL programming is optional.
Difficulty
Medium.
Mentor
Rik
23

edits