Answered
Stateflow String Output - cannot assign string type to variable
Characters are not valid Simulink signal types - only numeric, fixed-point, enumerated and bus types (with elements of supported...

ungefär 4 år ago | 0

Answered
I have this error whenever I try to define a fixed interval. How could I solve it?
It looks like you are not having license for 'Fixed-Point Designer' toolbox. You can try the trial version of this toolbox by in...

mer än 4 år ago | 0

| accepted

Answered
I am getting error in qammd function, how to over come this?
I assume cpnvenc is actually convenc function. qammod(data,M) modulates input signal data by using QAM with the specified modu...

mer än 4 år ago | 0

Answered
Warning: Some input or output names are repeated.
InputName property of tf function is used to identify channels on model display and plots. When sys.u is assigned to {'x1';'x2'...

mer än 4 år ago | 0

Answered
Moving / Changing / Editing the Position of Nodes on Blocks Without Resizing the Blocks
Changing the position of nodes on blocks without resizing the block is not available in Simulink. You can refer to this docuemt...

mer än 4 år ago | 0

Answered
how to add toolbox or library in matlab or simulink
To install new toolboxes, rerun the MATLAB installer to add any additional products not currently included in your installation....

mer än 4 år ago | 1

Answered
Incorrect values using ytickformat
The ytickformat function controls how tick label strings are automatically calculated based on tick values, but only if the user...

mer än 4 år ago | 0

| accepted

Answered
How to install 'Standalone Desktop App' in app designer
MATLAB Compiler lets you share MATLAB programs as standalone, MapReduce, and Spark™ applications; web apps; and Microsoft Excel ...

mer än 4 år ago | 0

Answered
Speed up access to object property
One workaround would be, one can recast the object to a struct type in the storage class as A= struct(obj); and perform the prop...

mer än 4 år ago | 0

Answered
can someone solve this?
stem(ny,y) plots the data sequence, y, at values specified by ny where ny and y should be of equal length. But in the provided c...

mer än 4 år ago | 0

Answered
optimization problem exceeding high limit
As nl2 function definition is not known I am unable to reproduce the error. With the provided information, Setting lower bond eq...

mer än 4 år ago | 0

Answered
Visual Studio 2017 for SLRT set up error
To create and use a MEX file, you will need to: Determine and install a supported compiler for your MATLAB release. You can fin...

mer än 4 år ago | 0

Answered
What does in the stlwrite command the optional argument SolidIndex exactly do?
stlwrite(TR, filename) writes a triangulation TR to a binary STL file 'filename' in the order left to right. For example P = [2...

mer än 4 år ago | 1

| accepted

Answered
BCH code parameters for DVB S2
The BCHEncoding in DVBS2 standard uses shortened code. bchenc function supports creation of full-length BCH code(Code word lengt...

mer än 4 år ago | 1

Answered
CodewordLength for BCH encoder
Hi, Here are few points which may be of help to you According to the documentation of comm.BCHEncoder default value of M is 1...

mer än 4 år ago | 0

| accepted

Answered
MATLAB 2017b running very slow.
MATLAB may be running slowly because you have a limited amount of RAM (i.e. under 128MB). The RAM used by MATLAB at runtime is ...

mer än 4 år ago | 0

Answered
MatLab Debugging, I strated debugging but I can't find my error
You can make use of the following code which is free of syntax errors function [h,v]=debug_projectile(A,v0,t) g = 9.80665; h=...

mer än 4 år ago | 0

Answered
how to merge the matrices in one matrice?
"Unrecognized function or variable 'allclass'" error may occur because allclass variable is not initialized before using it. So,...

mer än 4 år ago | 0

Answered
How do I get a dialog box to ask for a variable from out of the workspace?
I assume that you are trying to process the columns of a csv file. Here are a few pointers that may be of help Instead of csvim...

mer än 4 år ago | 0

Answered
problem with building PX4 code using simulink
Before deploying code to any Pixhawk board from Simulink, it is required to reconnect the board to the computer. After reconnect...

mer än 4 år ago | 0

Answered
Matlab cant open rip
You can refer to this

mer än 4 år ago | 0

| accepted

Answered
Cannot get a feedback by serial connection from a device
You can refer to the following documentations https://in.mathworks.com/help/instrument/serial-warning-unable-to-read-any-data.h...

mer än 4 år ago | 0

Answered
Using 'plotResiduals' in a for loop.. is it possible to using indexing to store the results and plot then together?
It appears that plotResidual respects "hold on" for other than probability plots. You can create the probability plot directly u...

mer än 4 år ago | 0

| accepted

Answered
d2c not giving the same results for the same input
c2d function is used to convert model from continuous to discrete. Since, continuous data is truncated into discrete domain, the...

mer än 4 år ago | 0

Answered
Code Generation: Subsystems cannot have the same name caused by Matlab function
You may need to specify Unique Function Interface Names Each function interface corresponding to the same reusable library subs...

mer än 4 år ago | 0

Answered
How do I also get headers for a table extracted in an SQL query
From my understanding, you are trying to get column headers from table. When the SQL script executes, it returns two cursor obje...

mer än 4 år ago | 2

Answered
I don't want Matlab translated to Spanish
You can refer to this documentation to translate the MATLAB documentation to the preferred language If your UI elements also ke...

mer än 4 år ago | 1

| accepted

Answered
Host computer Bluetooth connection to Mindstorm EV3
The following are few errors, their corresponding reasons and workarounds to connect to legoev3 Case 1: Error: >> myev3=legoe...

mer än 4 år ago | 1

Answered
Polynomial eigenvalue problems as linear eigenvalue problems and function 'polyeig'
You can use eigs function to calculate the eigenvectors of a sparse matrix, or to calculate the eigenvalues of a sparse matrix t...

mer än 4 år ago | 0

| accepted

Load more