photo

Sandeep Mishra


Last seen: 21日 前 2023 年からアクティブ

Followers: 1   Following: 2

統計

  • 3 Month Streak
  • Knowledgeable Level 3
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Problem using "trim" function to find steady-state points for a simulink model.
Hello Naiva, I encountered a similar error while running the Simulink model in R2021b. After analyzing the error message, I id...

約1ヶ月 前 | 0

| 採用済み

回答済み
Plot selection in appdesigner
Hi Jon, To incorporate the plot’s callback function in an app designed with the UIAxes component, MATLAB's built-in callback ...

約1ヶ月 前 | 1

回答済み
Make the transfer function from magnitude and phase data
Hi Anil, I observe that you have data which includes magnitude , phase , and frequency values, and you want to create a transf...

約1ヶ月 前 | 0

回答済み
why can't Simulink get the variable initialized in mask?
Hi, I encountered a similar issue while calling the mask variable inside the “MATLAB function” block after declaring it as a p...

約1ヶ月 前 | 0

回答済み
How to improve K-means clustering with TF-IDF?
Hi Geovane, I can observe that you are trying to enhance the accuracy of your K-means clustering implementation. The current i...

約2ヶ月 前 | 0

| 採用済み

回答済み
How to create simulink model for simulate tasks running with different frequency, priority
Hi Galaxy, I recognize that you are working on creating a Simulink model with three tasks running at different frequencies and ...

約2ヶ月 前 | 0

回答済み
methods in separate files
Hi Le, Upon running the provided code snippet in MATLAB R2024a, the error occurred with the following message: “Out of memory....

約2ヶ月 前 | 1

回答済み
stretching or compressing part of a matrix
Hi Mohammed, I see that you are trying to modify a trapezoidal part of image into a square shape. To achieve this, you can uti...

約2ヶ月 前 | 1

| 採用済み

回答済み
get values from rapid accelerator build summary
Hi Ryan, I see that you are trying to extract the information from the text Build Summary section after build process. To achi...

約2ヶ月 前 | 2

| 採用済み

回答済み
Cannot define a cell array of custom classes in function argument validation
Hi Daniele, I see that you are trying to implement a cell array of a custom class with function argument validation. You can a...

約2ヶ月 前 | 1

| 採用済み

回答済み
About the DeLong test
Hi Takeharu, I executed the code snippet in MATLAB R2023a and encountered the same error you mentioned. Upon debugging the cod...

約2ヶ月 前 | 0

| 採用済み

回答済み
Need help to correct and modify MATLAB code
Hi Moustafa, From the provided code snippet, it is evident that you are trying to plot the data and based on the varying value...

約2ヶ月 前 | 0

回答済み
Help with plotting histogram from audio file
Hi AZ0, I encountered a similar error using the ‘findpeaks’ function while running the code snippet in MATLAB R2024a. Upon ...

約2ヶ月 前 | 0

回答済み
CORRECT THE FOLLOWING MATLAB SCRIPT, error in =untitled3 (line 8) / sys = ss(A, B, C, D); ???
Hi Meoui, Upon reviewing the provided code snippet, it is evident that the matrix 'A' has dimensions of 8x8, while the matrix '...

約2ヶ月 前 | 0

回答済み
Programmatically Set Argument Field Of Simulink Parameter
Hi Ross, To set the ‘Argument’ property of the ‘Simulink.Parameter’ object, you can leverage the ‘set_param’ function in MATLA...

約2ヶ月 前 | 1

| 採用済み

回答済み
Simulink Initial Conditions - Active/Deactive Input and Initial State from MATLAB Script
Hi Rodrigo, To enable or disable parameters in a Simulink model, you can effectively use the 'set_param' function in MATLAB. T...

約2ヶ月 前 | 1

| 採用済み

回答済み
Outer products are faster with b*b' in matlab?
Hi Z, From the code snippet, it's clear that you are aiming to calculate the product of a matrix with its transpose, where a s...

2ヶ月 前 | 0

| 採用済み

回答済み
Having Trouble Graphing the point for PRCP. please help.
Hi Luke, Upon debugging the code, I observed that you are using 'mean' function with a dimension parameter of 1, which calcula...

2ヶ月 前 | 0

回答済み
Help: Can not import .EDF file into MATLAB or EEGLAB. ERROR - File size relating to bytes?
Hi Greg, I attempted to open the publicly available 'Conscious-SEEG-Dataset' file 'sub-1001_task-con2ana_ieeg.edf' and encounte...

2ヶ月 前 | 0

回答済み
Solution of second order BVP with variable functions
Hi Ashok, To solve a second-order boundary value problem (BVP) in MATLAB, you can utilize the ‘bvp4c’ and ‘bvp5c’ functions. ...

2ヶ月 前 | 0

回答済み
How I can to resolve the code below?
Hi Ky, I executed the code snippet in MATLAB R2022a and encountered the same error. After investigating further, I came acr...

2ヶ月 前 | 0

回答済み
How to compute diffraction integral using fast Fourier transform (fft2) ?
Hi Sohail, Upon executing the code snippet in MATLAB R2024a, I encountered the same outcome. During the debugging process, I i...

2ヶ月 前 | 1

回答済み
definite integral by using Midpoint rule
Hi L, From the code snippet, I realized that you are working on plotting a curve with multiple rectangular plots and aim to fi...

2ヶ月 前 | 0

回答済み
the code is not running showing collacation error...
Hi Uma, While running the code snippet in MATLAB R2024a, I encountered a similar error. It can be observed that you are atte...

2ヶ月 前 | 0

回答済み
How to create an all zero array whose dimensions are defined by the Simulink parameters in the data dictionary?
Hi, It appears that you are attempting to generate C code from the 'test.slx' Simulink file in MATLAB R2021b and you are encou...

3ヶ月 前 | 0

回答済み
Exporting figures with minimal whitespace via exportgraphics() works only for .png, but not for .eps or .pdf format?
Hi, It appears that you are encountering an issue with the 'exportgraphics' function, where exporting a 'figure' to PDF and EP...

3ヶ月 前 | 0

回答済み
Why do I have two waveforms in my plot while I should have only one?
Hi Dimakopoulos, I noticed from the attached screenshot that you have two input vectors, ‘x’ and ‘y’, each of size 360x1, resu...

3ヶ月 前 | 0

回答済み
Real time NI-DAQ data plot in Matlab with animatedline.
Hi Taran, I observe that you are working on modifying the x-axis of your plot from a 'datetime' range to a 'double' range spann...

3ヶ月 前 | 0

回答済み
Exportgraphics is not overwriting
Dear Vivek, Upon running the code snippet in MATLAB R2022a, I noticed that the ‘exportgraphics’ function is working properly a...

3ヶ月 前 | 0

回答済み
EDF writing - error when using cell array as signal DATA
Hi Wensor, I reviewed the code snippet and encountered a similar issue in MATLAB R2023b. Upon further investigation, I disco...

3ヶ月 前 | 0

| 採用済み

さらに読み込む