
TESFALEM ALDADA
Followers: 0 Following: 0
Feeds
질문
How to insert a colorbar to a geobubble
I wanted to show a colorbar to the geobubble created for a certain dataset. The code provided below shows only the legend howeve...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
how to save plot with its background color without the gray color
Hello guys Here i wanted to save a plot having an orange background color. An example code is shown below: b_col = [255, 150, ...
거의 3년 전 | 답변 수: 2 | 0
2
답변질문
ncdisp for .dods file formats
Hello Dears I wanted display nc file, however it results in error. My nc file has extention of .dods, but i dont now what it is...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
how to load big netcdf file?
Hello I was wondering why Matlab could not able to load 3GB file to the work space. I have Netacdf file format with 3GB an di ...
대략 3년 전 | 답변 수: 1 | 0
1
답변답변 있음
How to extract a particular longitude and latitude data for a given time frame from .nc format
If this solve give it try. For a specified long, lat and time you can extract individual data as: long = 21.29; lat = 87.65;...
How to extract a particular longitude and latitude data for a given time frame from .nc format
If this solve give it try. For a specified long, lat and time you can extract individual data as: long = 21.29; lat = 87.65;...
대략 3년 전 | 0
질문
How to export .mat file to excel different sheets
Hello Everyone I have a matlab file to be saved to excel but in 100 different sheets. The example file i create here: MAT = r...
3년 초과 전 | 답변 수: 2 | 0
2
답변질문
loading large file size (netCDF)
Hi Guys I am working with large netCDF file type. When i try to read it by Matlab i see the following error. The file size is 3...
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
how to add a corresponding colorbar with a plot lines
Hello guys, I created a plot with the color bar. But i couldnot make sure that the color scales on the plot are matching with t...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to calculate the duration of data points in days
Hi, I have a daily data series with pulses. The data is for 1 year (starts in 1st day and end 365 days) but there are NAN value...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to plot multiple lines with gray color
Hello, I wanted display a plot of all multiple lines into gray colors. In addition i wanted to display title of a plot (ABC) in...
3년 초과 전 | 답변 수: 3 | 1
3
답변질문
how to make subscripts in plot labeling
Hello I have a plot as shown below. However i wantet to make the x and y labeling in subscript forexample in the x and y label...
대략 4년 전 | 답변 수: 1 | 0
1
답변문제를 풀었습니다
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
대략 4년 전
답변 있음
Machine Learning and Prediction
For making prediction using machine learning you can either use classification learner or regression learner app in the tool box...
Machine Learning and Prediction
For making prediction using machine learning you can either use classification learner or regression learner app in the tool box...
대략 4년 전 | 0
질문
regression learner app missing
Hello every one, I was exploring the regression learner app in the app catagory but it is shown up there and also i typed 'regr...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
how to rename fields in struc and adding new field name
Hello everyone I have a stuct to work wit and i wonted to rename the field name (XX) by 'Area (km2)' and also i wanted to add n...
4년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
Find the minimum value from many files
You can also put individual text file contents in a cell array, to help easy operation so that, e.g d=cell(1,length(file)) %...
Find the minimum value from many files
You can also put individual text file contents in a cell array, to help easy operation so that, e.g d=cell(1,length(file)) %...
4년 초과 전 | 0
질문
How can I create a horizontal bar plot and label in each stack
I have ahorizontal two stacked bar plots, for the data shown below. i want to label on the stacks & to ajdust the thickness of ...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
how can i create a horizontal bar plot and label in each stack
I have ahorizontal two stacked bar plots, for the data shown below. i want to label on the stacks & the thickness of the bar N...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I fill by color the paired boxplots?
Hera i have a paired boxplot for a data a and b as shown in the image below. So i wanted to fill each pared boxs with diffrent c...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to reduce the margin space in plotting
My subplots produce a wide outerposition during plotting and i needed to reduce the margin size to fit in the microsoft word off...
4년 초과 전 | 답변 수: 2 | 2
2
답변문제를 풀었습니다
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
4년 초과 전
문제를 풀었습니다
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
4년 초과 전
문제를 풀었습니다
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
4년 초과 전
문제를 풀었습니다
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
4년 초과 전
질문
how to change color for one point in the scatter plot
I wanted to separatly color the markers in scatter plot. e.g i ahve a date: a=[1:10]'; b=[11:20]'; scatter(a,b,'o','filled');...
4년 초과 전 | 답변 수: 2 | 1
2
답변질문
inserting long xtick label
Hi, I wanted to insert long time series of xticklabel for my plot. I tried manually using: set(gca, 'xticklabels' ,{'1/1/19...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
column to multiple row conversion
Hi, I wanted to convert a column vector in to multiple rows. The target is i have column of 1 year precipitation data (365,1) a...
대략 5년 전 | 답변 수: 1 | 0