BhaTTa
Followers: 0 Following: 0
Statistics
0 Questions
131 Answers
RANK
12,658
of 293,962
REPUTATION
4
CONTRIBUTIONS
0 Questions
131 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,063
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 150,261
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How used G.711 codec?
@razan awadelkarim, refer https://www.mathworks.com/help/dsp/ref/g711codec.html?s_tid=answers_rc2-2_p5_MLT
1 day ago | 0
zonal stat in matlab
@Tanmoyee Bhattacharya, refer https://www.mathworks.com/help/stats/grpstats.html
1 day ago | 0
XOY plane must find the optimal installation location of substations
To solve the problem of finding the optimal installation location for a substation (IP) in the XOY plane, while considering rand...
1 day ago | 0
How to copy figure from Sisotool?
refer https://www.mathworks.com/matlabcentral/answers/308346
1 day ago | 0
Regarding bar graphs for large data
It sounds like you're dealing with a large dataset where you want to plot the probability of load occurrences for each hour of t...
1 day ago | 0
How can I install toolbox from file
@Ayoub HAJJAM, https://www.youtube.com/watch?v=3yd9RsK1RxM this will help
3 days ago | 0
how to set a while loop in matlab
@Huy Ngo, to solve the system of equations (x^2 + y^2 = 0) and (y = \tan(x)) in MATLAB, we need to find the intersection points ...
3 days ago | 0
How to read grib files
@Hery Velonjatovo, refer to this file exchange in order to read grib file.
3 days ago | 0
How can I add dates to bar charts when the data I am plotting are matrices?
@Alessandro Pollastri, it seems like the issue you're encountering is related to the x-axis tick labels not displaying all the d...
3 days ago | 0
finds the value of pixels in 3D images?
@shuaa alharbi, refer to this answer to find pixel value for an image in Matlab.
4 days ago | 0
How can I plot the candle line into two figures with one time series object?
@Candace Chou, to handle the issue of plotting a large number of data points in a candlestick chart, you can split your data int...
5 days ago | 0
how can I use mGstat in matlab?
@jack nn, MGSTAT is a geostatistical toolbox that includes various functions for spatial data analysis refer to this mgstat page...
5 days ago | 0
how to create like dis
@ramya sharma, refer to this self paced onramp to learn more about image processing.
6 days ago | 0
how can i find direction of light in image?
@vivek mahale, detecting the direction of light in an image is a complex task that typically involves analyzing shading, shadows...
6 days ago | 0
how to calculate shortest path distance from base station to all nodes??
@Anbarasi Arivajagane, you can use Dijkstra Algorithm to find the shortest path between given source node and any other node.
6 days ago | 0
How to plot Box Plots of two arrays?
@Delany MacDonald, to create box plots for two arrays of different sizes in MATLAB, you can simply concatenate the arrays into a...
6 days ago | 0
How can I pass the offset value to datastore read?
@MatlabNinja, refer to this answer to know more about ReadSize.
6 days ago | 0
How can i plot a stream lines for velocity and temperature plot using numerical methods in MATLAB
To plot streamlines for velocity and temperature fields using numerical methods in MATLAB, you can follow these steps. Typically...
7 days ago | 0
Could someone please help me with my boxplot?
@Student, the error you see here is because there is a typo in your alarm variable definition (useAarm should be useAlarm).
7 days ago | 0
how to calculate the distance between two cameras
@kolawole omotayo, i assume that you want to find the distance between the two cameras for stereo vision, Please refer to this a...
7 days ago | 0
There is no tinv in MTALAB?
@Minkang Cheng, refer to this documentation to know more about tinv.
7 days ago | 0
how can i create a graph by selecting random edges in a set of given edges?
@Krishna Bezawada, to generate a graph with 5 nodes and 10 edges in MATLAB, you can use the graph function. Since you want to ra...
7 days ago | 0
Identify and odd or even function
To determine if a function is odd, even, or neither, you can implement a MATLAB function that tests the symmetry properties of t...
7 days ago | 0
Plot translational motion with orientation
To visualize the translational motion with orientation in MATLAB, you can use the plotTransforms function, which is part of the ...
7 days ago | 0
How to convert .nc file to .dat file format?
@UTKARSH VERMA , you can use MATLAB to convert a .nc (NetCDF) file into a .dat file. NetCDF files are commonly used for storing ...
10 days ago | 0
Converting a netcdf to a .DAT
@Anna Vaculik , you can use MATLAB to convert a .nc (NetCDF) file into a .dat file. NetCDF files are commonly used for storing m...
10 days ago | 0
Does anyone know how to convert gap files (.g extension) to MATLAB files (.m extension)?
@Marine Sachel, converting .g files from GAP (Groups, Algorithms, Programming) to MATLAB .m files is a non-trivial task, as thes...
10 days ago | 0
function EMD in matlab
@sihem sihem, refer to this article to learn about EMD.
10 days ago | 0
How to reduce the large condition number of matrix
@Mathis, When dealing with a system of linear equations ( Ax = b ) where ( A ) has a large condition number, the solution can be...
10 days ago | 0
How can I avoid TLE in this code in c++?
To avoid a Time Limit Exceeded (TLE) error in your code, you need to optimize the way you calculate the sum of submatrices. The ...
11 days ago | 0