Community Profile

photo

Sreeja Banerjee

MathWorks

Active since 2014

I am an Application Support Engineer at MathWorks, Inc. I did my Masters in Computer Science from University of Nebraska - Lincoln, with a specialization on underwater robotics.
In my free time I like taking pictures, reading fiction, volunteering at local animal shelters and blogging.
Professional Interests: robotics, underwater sensors

Statistics

  • Knowledgeable Level 2
  • First Answer

View badges

Content Feed

View by

Answered
How can I find common volume of three cones intersecting each other?
Hi Tanzim, Since you have not mentioned anything about the format of the data you have, it is difficult to suggest you any MA...

9 years ago | 0

| accepted

Answered
Write a function that checks whether an element occurs in a list.
Hi Yeap, Assuming that x is the element you want to check and a is the array, this function will not because you are comparin...

9 years ago | 0

Answered
Font Unit property in R2015a
Hi Patrick, You have mentioned that in the start up file you have added the commands: >> set(h,'DefaultAxesFontName','ti...

9 years ago | 1

Answered
How do I get and Angstrom symbol to export to an eps?
I tried to change the font from Helvetica to Times New Roman and I did not see a difference. The code I tried is given below: ...

9 years ago | 1

Answered
How can I solve this problem?
Looks like you are calling the function "geoshow" using the following syntax: >> geoshow(lat,lon) However, the sizes of ...

9 years ago | 1

Answered
Java Error when calling PLOT command and using graphics.
Hi SG, From the error it looks like the default OPENGL on your machine may not be compatible with MATLAB. Make sure you have ...

9 years ago | 2

Answered
Access Windows Location or Sensor API from Matlab
We need to know more about the data to give you any specific MATLAB functionality. However, you may be able to find some user de...

9 years ago | 0

Answered
how to reconstruct piecewise polynomial splines?
Hi Behnam, At the end of the documentation page for function SPAPI and FN2FM, you can see that there is a "More About" sectio...

9 years ago | 1

Answered
License Center Unavailable - Technical Issue
This message is usually caused by a problem with the web browser's cache and cookies. To resolve this issue, clear your cache an...

9 years ago | 2

| accepted

Answered
Inversely proportional secondary axis as a reference of primary axis
Hi Owen, From your question I understand that the number of ticks shown on the first axis is different than the number of tic...

9 years ago | 1

| accepted

Answered
To overlap two or more images to give single image for all property data in single image
Hi Sanjeet, I understand that you want to superimpose two or more images. After looking at the images that you have attached ...

9 years ago | 1

| accepted

Answered
Matlab crashes frequently on Arch Linux
Hi Zilong, From the crash dump it looks like the issue can be due to various reasons. Please try the following: 1. Are you...

9 years ago | 2

Answered
how to plot wind speed and direction in windrose
Hi Teklehaimanot, In your question you have mentioned that you have attached a plot, however, I could not find any attached w...

9 years ago | 2

Answered
FIT function output structure
Hi Bob, The function FIT returns a cfit object for curves or a sfit object for surfaces. You can learn more about the objects...

9 years ago | 4

Answered
want to do 'rolling regression' and 'out-of-sample prediction'. how can i do that?
Hi Nayeon, From your question it looks like you want to be able to perform a rolling-Window analysis for checking the stabili...

9 years ago | 1

Answered
How can I plot various vectors together with surf or mesh when they have different x, y and z values?
Hi Andreas, From your question I understand that you have two 1D vectors G and P. These vectors can have different values at ...

9 years ago | 1

| accepted

Answered
How to add a partial differential equation to lotka volterra equation
Hi Zahmeeth, From your question I understand that you want to know how you can write the second order partial differential eq...

9 years ago | 1

Answered
help using grpstat() function
I understand that you are facing issues while trying to use the function "grpstats". The syntax for using the "grpstats" functio...

9 years ago | 1

| accepted