답변 있음
How to make output in matrix from 2 input parameters?
Hi Michal, I understand that you want to obtain an 8x3 matrix as the output of the modal instead of a single value. To achieve...

1년 초과 전 | 0

답변 있음
How to show simulink output based on a previous output?
Hi Munim, To generate the output based on the previous block's output, I suggest you using a “Switch” block. The “Switch” bloc...

1년 초과 전 | 0

답변 있음
Hello, I am getting an error while executing my Simulink model of EV.
Hi Arpit, Upon reviewing the logs, it seems that the error is primarily due to the solver failing to converge on the initial c...

1년 초과 전 | 0

답변 있음
Using readtable with Word document and special formatting (superscripts)
Hi AR, I understand that you are encountering issues while reading text with superscript characters using the “readtable” func...

1년 초과 전 | 0

| 수락됨

답변 있음
Error in formatting csv files imported from python
Hi Avishek, This error is being caused due to incorrect delimiter detection. When you provide only the filenames to the “rea...

1년 초과 전 | 0

답변 있음
Formatting for the Custom Mask's Documentation Tab
Hi Richard, I understand that you want to customize the formatting of text within the Documentation tab of a custom mask. You ...

1년 초과 전 | 0

답변 있음
how can I deskew this image ?
Hi Israa, To de-skew the given image in MATLAB, you can start by loading the image and then converting it to grayscale, using ...

1년 초과 전 | 0

답변 있음
how to apply stepinfo command correctly
Hi Shymaa, To apply the “stepinfo” function correctly using your Simulink array data, you can extract the time and output dat...

1년 초과 전 | 0

답변 있음
how to disable turn off signal in time scope using switch in simulink
Hi Ecom, Yes, you can disable or turn off a signal in a “Time Scope” using a switch in Simulink. Here’s how you can achieve th...

1년 초과 전 | 0

답변 있음
Show parameters of a simulink model in a GUI window
Hi Zafar, I understand that you want to create a custom MATLAB GUI for selecting a Simulink model, entering parameters, and di...

1년 초과 전 | 0

답변 있음
Is there any command for .xlsx file to import directly to Signal Builder.
Hi Shweta, The Signal Builder block is outdated and no longer available in the latest version of Simulink. Hence, I would sugg...

1년 초과 전 | 0

답변 있음
Can I define a cell class data using data dictionary in Simulink?
Hi HDT, I understand that you want to define a cell class in Simulink by using Data Dictionary. To achieve the same, enter the...

1년 초과 전 | 0

답변 있음
is it possible to customize writeStruct for a data type?
Hi, There’s a small correction. The function 'writeStruct' doesn't exist in R2018a, which is the version mentioned in the ques...

1년 초과 전 | 0

답변 있음
Could anyone help me how to consider the rows of matrix part by part.
Hi Jaah, I understand you're trying to modify your code so that a specific partition only accesses certain rows from G and P. ...

1년 초과 전 | 0

답변 있음
how to calculate perms for cell array vector
Hi Mohamad, I understand that you want to include repetition in the cell arrays, but you're unable to achieve this because you...

1년 초과 전 | 1

답변 있음
Procrustes distance formula explanation
Hi Dipak, To explore the formulas behind the Procrustes transformation, you can directly view the source code of the “procrust...

1년 초과 전 | 1

답변 있음
Does fileDatastore not implement "matlab.io.Datastore"?
Hi Eike, The “matlab.io.datastore.FileDatastore” class does not implement the “matlab.io.Datastore” interface. As a result, “a...

1년 초과 전 | 0

답변 있음
How to solve the eqaution in matlab
Hi Prasad, To solve the given equations in MATLAB, you should make use of “fsolve” function. “fsolve” is a numerical solver fo...

1년 초과 전 | 0

답변 있음
How can I make the input data and target data have same samples for ANN training
Hi Abdirizaak, I understand that you want to extract random samples from your collected data and you want to ensure that the c...

1년 초과 전 | 0

답변 있음
Printing row of maximum value of a column
Hi Ennes, To extract the maximum area value from each image and store it in a new array, you should preprocess this data insid...

1년 초과 전 | 0

답변 있음
Why do i get question marks?
Hi Alexander, The error messages mentioned above in the attachments indicate that there is a mismatch in the dimensions or wid...

1년 초과 전 | 0

답변 있음
measure the Center of mass
Hi Mingde, The terms Window Length, Sampling Rate, and Time are related but represent different aspects of data analysis. Let ...

1년 초과 전 | 0

답변 있음
finding the roots of an MA
Hi Jean, I understand that you are working on simulating a Moving Average (MA) process and need to verify its invertibility. ...

1년 초과 전 | 0

답변 있음
Slow routine to make 3D mesh
Hi Gerald, I understand that your code is using “vpasolver”, which can be slow, especially for larger problems. Hence, I'd rec...

1년 초과 전 | 0

답변 있음
Highlight signal removed if mouse button is clicked in MATLAB 22b Update3
Hi Nishant, I've encountered the same issue in MATLAB R2022b Update 3. The bug causes the highlight to disappear if you left c...

1년 초과 전 | 0

답변 있음
Saving Scope Data in Simulink
Hi, I understand that you want to save the scope data using the above given code. However, you need to address the following th...

1년 초과 전 | 0

답변 있음
Custom data types and constraints with genetic algorithms
Hi nc, I understand that you want to pass additional parameters, to functions such as “crossover” and “mutation” in your genet...

1년 초과 전 | 0

답변 있음
ERROR while using model separation block
Hi, The error you're encountering is due to an unsupported data type being passed to a block in your Simulink model. In your c...

1년 초과 전 | 0

답변 있음
match same column and row in matlab
Hi, Based on the data and context you provided above; I assume you have the Excel files with the following headers: File 1: ...

1년 초과 전 | 0

답변 있음
CMAKE_MAKE_PROGRAM is not set
Hi, You're encountering an error with "CMake" due to a missing build program, such as MinGW. To resolve this issue, follow th...

1년 초과 전 | 0

| 수락됨

더 보기