Nipun
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
191 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Genetic algorithm constraint definition
Hi Mirhan, I understand that you are working on a genetic algorithm to optimize a circular structure with constraints on stress...
Genetic algorithm constraint definition
Hi Mirhan, I understand that you are working on a genetic algorithm to optimize a circular structure with constraints on stress...
5ヶ月 前 | 0
回答済み
Merge multiple files containing given string into one mat file
Hi Elzbieta, I understand that you want to merge multiple .mat files whose names contain specific strings (e.g., "Name", "ECG",...
Merge multiple files containing given string into one mat file
Hi Elzbieta, I understand that you want to merge multiple .mat files whose names contain specific strings (e.g., "Name", "ECG",...
5ヶ月 前 | 0
回答済み
Removing outliers from the data creates gaps. Filling these gaps with missing values or the median of surrounding values does not address the issue.Why?
Hi Seemab, I understand that you want to remove outliers from your EMG data, fill the gaps with the median of the surrounding v...
Removing outliers from the data creates gaps. Filling these gaps with missing values or the median of surrounding values does not address the issue.Why?
Hi Seemab, I understand that you want to remove outliers from your EMG data, fill the gaps with the median of the surrounding v...
5ヶ月 前 | 0
回答済み
How to Solve nonlinear equations in simulink
Hi Quo, I understand that you want to solve a set of equations in Simulink and are encountering an error. Without the knowledg...
How to Solve nonlinear equations in simulink
Hi Quo, I understand that you want to solve a set of equations in Simulink and are encountering an error. Without the knowledg...
5ヶ月 前 | 0
回答済み
How to check if my linear constraints and bounds are infeasible & reduce execution time?
Hi Kahari, I understand that you are receiving an out of bounds error when indexing in a data structure in MATLAB and intend to...
How to check if my linear constraints and bounds are infeasible & reduce execution time?
Hi Kahari, I understand that you are receiving an out of bounds error when indexing in a data structure in MATLAB and intend to...
5ヶ月 前 | 0
| 採用済み
回答済み
Find input to function 1 that results in function 2 returning 0
Hi Matthew, I understand that you want to find the launch angle that results in zero error after bracketing the target with lau...
Find input to function 1 that results in function 2 returning 0
Hi Matthew, I understand that you want to find the launch angle that results in zero error after bracketing the target with lau...
5ヶ月 前 | 0
| 採用済み
回答済み
Using FInd Peak function but not getting required values
Hi Ehtisham, I understand that you are having issues with the findpeaks function to locate the highest maximum and lowest minim...
Using FInd Peak function but not getting required values
Hi Ehtisham, I understand that you are having issues with the findpeaks function to locate the highest maximum and lowest minim...
5ヶ月 前 | 0
回答済み
Vectorized Levenshtein distances between arrays of text labels?
Hi FM, I understand that you want to compute the Levenshtein distances between several thousand ID labels in a vectorized manne...
Vectorized Levenshtein distances between arrays of text labels?
Hi FM, I understand that you want to compute the Levenshtein distances between several thousand ID labels in a vectorized manne...
5ヶ月 前 | 1
| 採用済み
回答済み
How find the value of V=V0,V1,...,Vn.
Hi Shahid, I understand that you want to minimize the given expression subject to the constraints. Based on the shared informat...
How find the value of V=V0,V1,...,Vn.
Hi Shahid, I understand that you want to minimize the given expression subject to the constraints. Based on the shared informat...
5ヶ月 前 | 0
回答済み
How to call a function containing large dataset of inputs and target attribute in matlab function block
Hi Divye, I understand that you want to call a function dsdata that provides a large dataset of inputs and target attributes wi...
How to call a function containing large dataset of inputs and target attribute in matlab function block
Hi Divye, I understand that you want to call a function dsdata that provides a large dataset of inputs and target attributes wi...
5ヶ月 前 | 0
回答済み
Solving the function ODE45
Hi JungYeon, I understand that you intend to solve the given ordinary differential equation using MATLAB and require help with ...
Solving the function ODE45
Hi JungYeon, I understand that you intend to solve the given ordinary differential equation using MATLAB and require help with ...
5ヶ月 前 | 0
回答済み
Bayesian Non-linear SSM with time varying coefficients
Hi Oleg, I understand that you are trying to use the bnlssm object with time-varying coefficients and encountering issues with ...
Bayesian Non-linear SSM with time varying coefficients
Hi Oleg, I understand that you are trying to use the bnlssm object with time-varying coefficients and encountering issues with ...
5ヶ月 前 | 0
回答済み
How to plot vectors of zonally averaged meridional-vertical wind circulation in a latitude-pressure cross-section in MATLAB
Hi Ankan, I understand that you are trying to plot a latitude-pressure vertical cross section using interpolated V and W compon...
How to plot vectors of zonally averaged meridional-vertical wind circulation in a latitude-pressure cross-section in MATLAB
Hi Ankan, I understand that you are trying to plot a latitude-pressure vertical cross section using interpolated V and W compon...
5ヶ月 前 | 0
| 採用済み
回答済み
Undefined function ' ' for input arguments of type 'gpuArray'. - Why ?
Hi Elias, I understand that you are having trouble with the "Parallel Computing Toolbox" in MATLAB when passing arrays between ...
Undefined function ' ' for input arguments of type 'gpuArray'. - Why ?
Hi Elias, I understand that you are having trouble with the "Parallel Computing Toolbox" in MATLAB when passing arrays between ...
5ヶ月 前 | 0
回答済み
Multivariate Newthon's Method
Hi Ibai, I understand that you are encountering an error when running your Newton's Method code for solving a multivariate func...
Multivariate Newthon's Method
Hi Ibai, I understand that you are encountering an error when running your Newton's Method code for solving a multivariate func...
5ヶ月 前 | 1
回答済み
using Matlab How to plot eigenfunction and perturbed argument of an Orr-Sommerfeld equation
Hi Kavitha, I understand that you want to plot the normalized eigenfunction and its argument for the Orr-Sommerfeld equation, a...
using Matlab How to plot eigenfunction and perturbed argument of an Orr-Sommerfeld equation
Hi Kavitha, I understand that you want to plot the normalized eigenfunction and its argument for the Orr-Sommerfeld equation, a...
5ヶ月 前 | 0
回答済み
Convert cycles per degree to sigma in imgaussfilt
Hi Ling, I understand that you want to apply a low-pass Gaussian filter to your image at under 1 cycle per degree (cpd). Here's...
Convert cycles per degree to sigma in imgaussfilt
Hi Ling, I understand that you want to apply a low-pass Gaussian filter to your image at under 1 cycle per degree (cpd). Here's...
5ヶ月 前 | 0
回答済み
How to add two rows end to end to make a longer row?
Hi Isa, I understand that you want to create a signal train for the states 00, 01, 10, and 11 with specific sine wave and no-si...
How to add two rows end to end to make a longer row?
Hi Isa, I understand that you want to create a signal train for the states 00, 01, 10, and 11 with specific sine wave and no-si...
5ヶ月 前 | 0
| 採用済み
回答済み
optimization toolbox, GA, size of parameters array change after the first generation
Hi Asma, I understand that you are using Genetic Algorithm (GA) in MATLAB to optimize a set of 6 parameters, and you are encoun...
optimization toolbox, GA, size of parameters array change after the first generation
Hi Asma, I understand that you are using Genetic Algorithm (GA) in MATLAB to optimize a set of 6 parameters, and you are encoun...
5ヶ月 前 | 0
回答済み
Optimizing lsqnonlin for Nonlinear Inverse Problems: Handling Large Unknown Parameter Sizes and Measurement Datasets
Hi Sumithra, I understand that you want to effectively utilize the lsqnonlin function with the Levenberg-Marquardt algorithm an...
Optimizing lsqnonlin for Nonlinear Inverse Problems: Handling Large Unknown Parameter Sizes and Measurement Datasets
Hi Sumithra, I understand that you want to effectively utilize the lsqnonlin function with the Levenberg-Marquardt algorithm an...
5ヶ月 前 | 1
回答済み
Resolution of the gamultiobj's variable
Hi Xiaowei, I understand that you want to specify a resolution for the random search algorithm. You can discretize the search s...
Resolution of the gamultiobj's variable
Hi Xiaowei, I understand that you want to specify a resolution for the random search algorithm. You can discretize the search s...
5ヶ月 前 | 1
回答済み
How to add trim values on to a linear models output?
Hi Daniel, I understand that you are trying to compare a nonlinear model to a linear model and need to add trim values to the l...
How to add trim values on to a linear models output?
Hi Daniel, I understand that you are trying to compare a nonlinear model to a linear model and need to add trim values to the l...
5ヶ月 前 | 0
回答済み
Non-negative least square method is giving fixed values
Hi Arnab, I understand that you are experience an issue with NNLS (Non-Negative Least Squares) where the values for each column...
Non-negative least square method is giving fixed values
Hi Arnab, I understand that you are experience an issue with NNLS (Non-Negative Least Squares) where the values for each column...
5ヶ月 前 | 0
| 採用済み
回答済み
Is rotation matrix for rotating a vector can take any value of angle?
Hi Aman, I understand that you are experiencing issues with your MATLAB code when trying to solve for angles greater than 91 de...
Is rotation matrix for rotating a vector can take any value of angle?
Hi Aman, I understand that you are experiencing issues with your MATLAB code when trying to solve for angles greater than 91 de...
5ヶ月 前 | 0
回答済み
calculate the Schroeder energy decay curve:
Hi Hyungeun, I understand that you want to calculate the total energy in a WAV file using a "for loop" in MATLAB. Here is how y...
calculate the Schroeder energy decay curve:
Hi Hyungeun, I understand that you want to calculate the total energy in a WAV file using a "for loop" in MATLAB. Here is how y...
6ヶ月 前 | 0
回答済み
nonlcon with 2 possible values
Hi Alessia, I understand that you want to apply a nonlinear constraint to your optimization problem in MATLAB using fmincon, wh...
nonlcon with 2 possible values
Hi Alessia, I understand that you want to apply a nonlinear constraint to your optimization problem in MATLAB using fmincon, wh...
6ヶ月 前 | 0
回答済み
Find area bounded by self-intersecting array of data
Hi Rchamp, I understand that you want to find the area bounded by your curve from a PV diagram, specifically the area of the to...
Find area bounded by self-intersecting array of data
Hi Rchamp, I understand that you want to find the area bounded by your curve from a PV diagram, specifically the area of the to...
6ヶ月 前 | 0
回答済み
Optimization of oscillations of a dataset
Hi Burak, I understand that you want to minimize the oscillations in a dataset to constrain its elements within a specific rang...
Optimization of oscillations of a dataset
Hi Burak, I understand that you want to minimize the oscillations in a dataset to constrain its elements within a specific rang...
6ヶ月 前 | 0
回答済み
Equation involving Incomplete Gamma function
Hi Sudhir, I understand that you want to solve the given equation in MATLAB comprising of trigonometric and incomplete gamma fu...
Equation involving Incomplete Gamma function
Hi Sudhir, I understand that you want to solve the given equation in MATLAB comprising of trigonometric and incomplete gamma fu...
6ヶ月 前 | 0
回答済み
Plotting Eddy Kinetic Energy
Hi Desak, I understand that you want to calculate and plot the Eddy Kinetic Energy (EKE) from sea surface height (adt) data. Ba...
Plotting Eddy Kinetic Energy
Hi Desak, I understand that you want to calculate and plot the Eddy Kinetic Energy (EKE) from sea surface height (adt) data. Ba...
6ヶ月 前 | 0