photo

nick


Last seen: Today 自 2023 起处于活动状态

Followers: 0   Following: 0

Spoken Languages:
English, Hindi
Pronouns:
He/him

统计学

  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Simulink - Rapid Accelerator with varying inputs
Hi TeichEnterich95, The error you're encountering suggests an issue with how inputs are being set up and passed to the model. T...

20 minutes 前 | 0

已回答
Error with simout = sim (...)
Hi Tania, The error is due to the way format of specifying external inputs for Simulink model. In MATLAB R2016, you can specify...

1 hour 前 | 0

已回答
How i modifed this for loop so it get the last value Kf_LMax of previous iteration not from the computed values before the loop?
Hi Ehtisham, I understand that you want to modify the given function so that each iteration of the loop uses the last computed ...

2 days 前 | 0

已回答
Discretize in two dimension
Hi Alakesh, I understand that you want to compute the probability flux between each transition in a 2D space for a random traje...

2 days 前 | 0

已回答
Unable to set up C++ compiler
Hi Annamalai, I understand from your query that MinGW64 is not recognized in MATLAB command window. Please make sure that the v...

2 days 前 | 0

已回答
Unable to assign Input Data in the Parameter Estimation tool
Hi Ruben, It seems that there is no root-level 'Inport' block in the SLX file. The 'Inputs' panel in the "Parameter Estimator" ...

3 days 前 | 0

| 已接受

已回答
Gradient Descent optimization in an electrical circuit or transmission line
Hi Syed, Here is a basic framework to get started for working with gradient descent optimization of an electrical cicuit : S...

3 days 前 | 1

已回答
Adding a new column in table based on matching number from other columns in the same table
Hi Yasir, You can use logical indexing function to allocate the value in column 'choice'. You can iterate over each row, chec...

20 days 前 | 1

| 已接受

已回答
Why does findobj behave different in windows than in unix systems?
Hi Javier, It looks like you're experiencing an issue with the "findobj" function in Ubuntu Machine. I tried to reproduce the i...

20 days 前 | 0

已回答
I can not use the command‘plot’,what should I do?
Hi 鑫 , The error 'Error looking up class matlab.graphics.chart.primitive.Line' suggests that MATLAB is unable to locate the cl...

20 days 前 | 1

| 已接受

已回答
Accessing Version Details Programmatically, App designer
Hi Jason, The version of the app in MATLAB App Designer can't be accessed directly with a property. As a workaround, you can...

20 days 前 | 0

已回答
I have the problem of Error Dialog.
Hi Nothile, It looks like you're experiencing issues with a corrupted SLX file in Simulink. By attempting to load the Simulink ...

20 days 前 | 0

已回答
atan2 does not accept complex numbers as input
Hi MA, I see you're interested in working with complex numbers and calculating angles using MATLAB. You can use 'atan2' in conj...

21 days 前 | 0

已回答
How do I solve this Python error message "No module named 'numpy' " in MATLAB Online ?
Hi 翼, I understand you're encountering an error related to numpy not being installed when using MATLAB Online. This is because ...

21 days 前 | 0

| 已接受

已回答
plot limit problem for x sides
Hi Amani, It seems that the variable 'vec_SNR_dB', which represents the Signal to Noise Ratio in decibels, should be on the y-a...

21 days 前 | 0

已回答
Open Script Layout Error
Hi Eamon, To restore the layout to default, you can drag the tabs by holding the left-click button of the mouse to change the t...

21 days 前 | 0

已回答
How to set YLim for multiple Yaxis on UIaxes
Hi Govind, I understand that you want to create a chart with two y-axes each having separate limits. When the right side of ...

22 days 前 | 0

已回答
How to run phyton code using Matlab?
Hi Akmal, You can use the function 'pyrun' to execute python statements. The variables created using the pyrun function are per...

23 days 前 | 0

| 已接受

已回答
The problem is to calculate unknowns and plot graph for Nu vs time.
Hi Madhvi, I understand that you want to compute the unknowns and plot the graph of Nu vs time. It seems in the code shared ...

23 days 前 | 0

已回答
Asymptotic Time Complexity for the interior-point-convex quadprog method for sparse matrices
Hi Aditya, I understand that you want to know more about the asymptotic time complexity for interior point method for sparse ma...

23 days 前 | 0

已回答
How to carry out operations inside a cell with two 4D complex double inside it
Hi Anusaya, I understand that you want to compute the mean of the two complex double, each being a 14x2x32x32 vector. You ca...

23 days 前 | 0

已回答
How to solve for T_cold
Hi Gyang, I undrestand that you want to implement the continuous derivative of temprature using forward Euler discretization. ...

24 days 前 | 0

| 已接受

已回答
Why does Matlab omit some entries? In this case, it omits the 0s, but it replaced other numbers with the asterisk before. Doesn't only happen with the adjoint function.
Hi Alexander, I understand that you want to remove the asterisk that is displayed after any operation is performed on the given...

24 days 前 | 0

已回答
I keep getting an error when I try coding this:
Hi Salma, I understand that you are trying to evaluate the sin(x) series expansion and plot the error wrt the number of terms i...

24 days 前 | 0

已回答
Determining electric field from electrostatic potential
Hi Somnath, I noticed an issue in the code regarding the use of the '-' operator with the 'imgradient' function in MATLAB. To e...

1 month 前 | 0

| 已接受

已回答
how to delete the empty row in the excel with matlab
Hi Wenchao, You can delete the empty rows from an excel sheet by writing the post-processed data into an .XLSX file. You can id...

2 months 前 | 0

| 已接受

已回答
get all rows from table by more than one categorical
Hi Markus, You can retreive get all data for various LogID values with a single command using the function 'ismember', as shown...

2 months 前 | 0

| 已接受

已回答
Can't get better interpolation at some points
Hello Azam, I understand that you want to interpolate the 'Gain' variable. As @Walter Roberson mentioned, the 'plot' functio...

2 months 前 | 0

已回答
i am getting when trying to 6th order dynamic equation uisng matlab function in simulink, '
Hello Hameed, The error usually occurs when large or infinite signals are fed into an 'Integrator' block. In this case, it is r...

2 months 前 | 0

已回答
principal component analysis pca
Hello Mohaneed, I understand that you want to use PCA approach on the dataset of images. The signal shared can't be used for PC...

2 months 前 | 0

加载更多