![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/30723814_1691386266264_DEF.jpg)
Prateekshya
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
172 回答
ランク
of 157,687
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How to Join 3 Channel R G B into 1 color image after decomposition (wavedec2) and inverse decomposition
Hello Helmi, The cat(3, r, g, b) command in MATLAB is used to concatenate three 2D matrices along the third dimension to create...
How to Join 3 Channel R G B into 1 color image after decomposition (wavedec2) and inverse decomposition
Hello Helmi, The cat(3, r, g, b) command in MATLAB is used to concatenate three 2D matrices along the third dimension to create...
4ヶ月 前 | 0
回答済み
Contour 3D: how to take Z matrix value?
Hello Dhiraj, To create a 3D contour plot in MATLAB, you need a grid of values that represent the relationship between your an...
Contour 3D: how to take Z matrix value?
Hello Dhiraj, To create a 3D contour plot in MATLAB, you need a grid of values that represent the relationship between your an...
4ヶ月 前 | 0
回答済み
Regular Expression help (is a line end token being matched in the middle of a string?)
Hello Andrew, It looks like you are encountering an issue with how you are using regular expressions, specifically with the use...
Regular Expression help (is a line end token being matched in the middle of a string?)
Hello Andrew, It looks like you are encountering an issue with how you are using regular expressions, specifically with the use...
4ヶ月 前 | 0
回答済み
filtering signal noise in OFDM wireless communication
Hello @ofdma_matlab, To improve the Signal-to-Noise Ratio (SNR) vs Bit Error Rate (BER) performance of your data matrix, you ca...
filtering signal noise in OFDM wireless communication
Hello @ofdma_matlab, To improve the Signal-to-Noise Ratio (SNR) vs Bit Error Rate (BER) performance of your data matrix, you ca...
4ヶ月 前 | 0
回答済み
Simple Question on Wavrecord Syntax & Correlation Syntax
Hello Jojo, The wavrecord function in MATLAB (note that it has been deprecated and replaced by audiorecorder in newer versions)...
Simple Question on Wavrecord Syntax & Correlation Syntax
Hello Jojo, The wavrecord function in MATLAB (note that it has been deprecated and replaced by audiorecorder in newer versions)...
4ヶ月 前 | 0
回答済み
Will old sessions still bound to the old license server migrate to new license server upon loss of heartbeat?
Hello Gary, When migrating license servers and dealing with client sessions that are bound to an old server, several important ...
Will old sessions still bound to the old license server migrate to new license server upon loss of heartbeat?
Hello Gary, When migrating license servers and dealing with client sessions that are bound to an old server, several important ...
4ヶ月 前 | 1
回答済み
Filled velocity contours for series of data?
Hello Hadi, To create filled velocity contours from velocity components and , you first need to compute the magnitude of the v...
Filled velocity contours for series of data?
Hello Hadi, To create filled velocity contours from velocity components and , you first need to compute the magnitude of the v...
4ヶ月 前 | 0
回答済み
find the required values using Least square fitting curve tool
Hello Muhammad, To estimate the values of parameters , , and in your function using least squares curve fitting in MATLAB, yo...
find the required values using Least square fitting curve tool
Hello Muhammad, To estimate the values of parameters , , and in your function using least squares curve fitting in MATLAB, yo...
4ヶ月 前 | 0
回答済み
how to resolve this error and successfully run normalise iris code??
Hello Sumit, The error you are encountering with interp2 indicates that the function is being called with insufficient data poi...
how to resolve this error and successfully run normalise iris code??
Hello Sumit, The error you are encountering with interp2 indicates that the function is being called with insufficient data poi...
4ヶ月 前 | 0
回答済み
Passing data using handles in GUI in functions with for loops?
Hello Nick, The issue you are encountering is likely due to the scope and persistence of the handles structure within your GUI ...
Passing data using handles in GUI in functions with for loops?
Hello Nick, The issue you are encountering is likely due to the scope and persistence of the handles structure within your GUI ...
4ヶ月 前 | 0
回答済み
Ilaplace and simplify and more roots
Hello John, The behavior you are experiencing with the simplify command in MATLAB can be attributed to several factors, includi...
Ilaplace and simplify and more roots
Hello John, The behavior you are experiencing with the simplify command in MATLAB can be attributed to several factors, includi...
4ヶ月 前 | 0
回答済み
Calculate mean of a CDF
Hello Nathalie, To calculate the mean of a function over an interval with respect to a cumulative distribution function (CDF)...
Calculate mean of a CDF
Hello Nathalie, To calculate the mean of a function over an interval with respect to a cumulative distribution function (CDF)...
4ヶ月 前 | 0
回答済み
how can I compute and plot the amplitude and phase of this signal for example after doing Fourier transform !
Hello Mona, To compute and plot the amplitude and phase of a signal after performing its Fourier transform in MATLAB, you can f...
how can I compute and plot the amplitude and phase of this signal for example after doing Fourier transform !
Hello Mona, To compute and plot the amplitude and phase of a signal after performing its Fourier transform in MATLAB, you can f...
4ヶ月 前 | 0
回答済み
Unable to write file filename: Stale file handle
Hello Ruchir, The issue you are experiencing with the save command, where it works on your laptop but not on a server, could be...
Unable to write file filename: Stale file handle
Hello Ruchir, The issue you are experiencing with the save command, where it works on your laptop but not on a server, could be...
4ヶ月 前 | 0
回答済み
what block should be used for creating optical fiber channel in designing ocdma system in simulink? sir please answer it.......
Hello Nikita, In Simulink, designing an Optical Code Division Multiple Access (OCDMA) system with an optical fiber link can be ...
what block should be used for creating optical fiber channel in designing ocdma system in simulink? sir please answer it.......
Hello Nikita, In Simulink, designing an Optical Code Division Multiple Access (OCDMA) system with an optical fiber link can be ...
4ヶ月 前 | 0
回答済み
How to apply Least square adjustments on images.
Hello Tanya, The error message you are encountering indicates that the variable inputdata is undefined when you are trying to u...
How to apply Least square adjustments on images.
Hello Tanya, The error message you are encountering indicates that the variable inputdata is undefined when you are trying to u...
4ヶ月 前 | 0
回答済み
Asses if a signal is within range (with dynamic setpoint) for last 60 seconds.
Hello Roel, To achieve your goal of assessing whether an incoming speed signal is within a specified range over a moving window...
Asses if a signal is within range (with dynamic setpoint) for last 60 seconds.
Hello Roel, To achieve your goal of assessing whether an incoming speed signal is within a specified range over a moving window...
4ヶ月 前 | 0
回答済み
xlabel change using point of the value of the ginput(1)
Hello Seungyong, To achieve your goal of setting a custom origin on an image and displaying relative distances using MATLAB, yo...
xlabel change using point of the value of the ginput(1)
Hello Seungyong, To achieve your goal of setting a custom origin on an image and displaying relative distances using MATLAB, yo...
4ヶ月 前 | 0
回答済み
How to run/execute code written in MuPAD editor in the MuPAD notebook?
Hello Sahana, Since MuPAD is deprecated, consider transitioning to MATLAB live scripts, which support symbolic computations usi...
How to run/execute code written in MuPAD editor in the MuPAD notebook?
Hello Sahana, Since MuPAD is deprecated, consider transitioning to MATLAB live scripts, which support symbolic computations usi...
4ヶ月 前 | 0
回答済み
FWHM and FFT algorithm
Hello Luca, The discrepancy you're observing between the actual damping factor and the estimated value from the FFT could be d...
FWHM and FFT algorithm
Hello Luca, The discrepancy you're observing between the actual damping factor and the estimated value from the FFT could be d...
4ヶ月 前 | 0
回答済み
Apllying linear equation with standard error
Hello Alexandre, To apply a linear regression model to a set of values and obtain predictions with associated errors, you need...
Apllying linear equation with standard error
Hello Alexandre, To apply a linear regression model to a set of values and obtain predictions with associated errors, you need...
4ヶ月 前 | 0
回答済み
Slowing Down MP3 music file with FFT
Hello Michael, To slow down the audio without altering the pitch, you can use a phase vocoder or time-stretching algorithm. MAT...
Slowing Down MP3 music file with FFT
Hello Michael, To slow down the audio without altering the pitch, you can use a phase vocoder or time-stretching algorithm. MAT...
4ヶ月 前 | 0
回答済み
ADVANCE vehicle simulation matlab environment
Hello Henry, The ADVANCE (ADvanced VehIcle Network for Control and Evaluation) environment and library in MATLAB is a toolset d...
ADVANCE vehicle simulation matlab environment
Hello Henry, The ADVANCE (ADvanced VehIcle Network for Control and Evaluation) environment and library in MATLAB is a toolset d...
4ヶ月 前 | 0
回答済み
I have c++ coded exe function with multiple input in windods7.
Hello Mahesh, To call a C++ executable (`.exe`) from MATLAB, you can use the system or ! command to execute the program directl...
I have c++ coded exe function with multiple input in windods7.
Hello Mahesh, To call a C++ executable (`.exe`) from MATLAB, you can use the system or ! command to execute the program directl...
4ヶ月 前 | 0
回答済み
How can i use the function getline and see the position of cursor?
Hello Pedro, To integrate the getline function with your existing MATLAB script and display the cursor position simultaneously,...
How can i use the function getline and see the position of cursor?
Hello Pedro, To integrate the getline function with your existing MATLAB script and display the cursor position simultaneously,...
4ヶ月 前 | 0
回答済み
Gaussian mixture distribution plot
Hello Marco, It looks like you're attempting to create and plot a Gaussian Mixture Model (GMM) in MATLAB using the gmdistributi...
Gaussian mixture distribution plot
Hello Marco, It looks like you're attempting to create and plot a Gaussian Mixture Model (GMM) in MATLAB using the gmdistributi...
4ヶ月 前 | 0
回答済み
How to prepare data from excel for fuzzy analysis.
Hello Petra, Preparing data for fuzzy analysis involves organizing your data in a way that can be used to create a fuzzy infere...
How to prepare data from excel for fuzzy analysis.
Hello Petra, Preparing data for fuzzy analysis involves organizing your data in a way that can be used to create a fuzzy infere...
4ヶ月 前 | 0
回答済み
Colour profile and JPEG 2000
Hello Elizabeth, When you convert sRGB profiled TIFF files to JPEG2000 in MATLAB using the imwrite function, the color space in...
Colour profile and JPEG 2000
Hello Elizabeth, When you convert sRGB profiled TIFF files to JPEG2000 in MATLAB using the imwrite function, the color space in...
4ヶ月 前 | 0
回答済み
Ways for resetting blocks to initial state during simulation
Hello Pascal, Resetting certain blocks to their initial state during a running or paused simulation in Simulink can be challeng...
Ways for resetting blocks to initial state during simulation
Hello Pascal, Resetting certain blocks to their initial state during a running or paused simulation in Simulink can be challeng...
4ヶ月 前 | 0
回答済み
scaling of iradon
Hello Kaist, The scaling factor in the filtered backprojection algorithm, as implemented in MATLAB's iradon function, can indee...
scaling of iradon
Hello Kaist, The scaling factor in the filtered backprojection algorithm, as implemented in MATLAB's iradon function, can indee...
4ヶ月 前 | 0