photo

Jayanta Ghosh


Last seen: 2 years ago Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
111,249
of 301,454

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,287

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,632

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


Need help to run the program over both latitude and longitude.
I have a data file containing both latitude, longitude and a third parameter. Now I want to run the program so that the latitude...

8 years ago | 0 answers | 0

0

answers

Question


Want to extract data from corresponding column.
I have a large excel dataset in the form of 1000x3 (3 column dataset). Now I want to extract the data from the 3rd column for a...

8 years ago | 1 answer | 0

1

answer

Question


I have the following MATLAB code to generate a Map. It has a broad range of values and the highest anomalous points are not visible properly. So I want to make the plot in a Log scale of color map and color bar. Please guide me.
clear all clc %landareas = shaperead('landareas.shp','UseGeoCoords',true); %axesm ('mollweid', 'Frame', 'on', 'Grid',...

8 years ago | 0 answers | 0

0

answers

Question


In the following color plot I want the colorbar with changing color in interval of 1 (i.e, there would be 25 colors in the colorbar). Here I am giving the code that I have used and also the map plotted.
clear all clc filename = 'b_total_2.xlsx'; [v1,T1,vT1]=xlsread(filename,1) ; % 'xlsx' for excel 2007; v: Double; ...

8 years ago | 0 answers | 0

0

answers

Answered
I want to make the following row matrix looks like a matrix with rows and columns.
<</matlabcentral/answers/uploaded_files/97593/matrix.png>> The matrix should look like this one.

8 years ago | 0

Question


I want to make the following row matrix looks like a matrix with rows and columns.
296 2 47 296 2.20000000000000 47 296 2.40000000000000 47 296 2.60000000000000 47 convert to 296 2 47 296 2.2000000...

8 years ago | 2 answers | 0

2

answers