Respondida
Why is MATLAB giving me the wrong Bode phase plot?
The Bode Phase plot which you got is correct because the transfer function is written as G=(-100)/((1+jw)(1+(-1)jw)) When you...

más de 6 años hace | 0

Respondida
Set New Static IP on Raspberry Pi
Hi Mathew, You can refer to the below link which points to a similar question answered by MathWorks Support Team and go throug...

más de 6 años hace | 0

Respondida
raspberry pi cameraboard not working with simulink
Hi Steffen, You can refer to the below link which points to a similar question answered by MathWorks Support Team and go throu...

más de 6 años hace | 0

Respondida
how to remove the error
Hi Yusuf As you mentioned error in fminbnd (line 233) x= xf; fx = funfcn(x,varargin{:}; probably you would have got error m...

más de 6 años hace | 0

Respondida
IP camera connection Error
The first input argument to “ipcam” function is URL. The URL is made up of the IP address of the camera, followed by a video fi...

más de 6 años hace | 0

Respondida
Problem with creating Protected Model - "### Failed to generate all binary outputs."
Assuming that there is a problem while creating Protected model, you can follow the below documentation for how to create protec...

más de 6 años hace | 0

Respondida
How to display the results of a for loop
As mentioned above the variable “card” is a scalar. To display the results of for loop you can create a Null vector and append...

más de 6 años hace | 1

Respondida
Want to discret a simscape model (want to have fixed stepsize). It's not work. I sit more then 4 days on the problem, but can't fixed.
You can try by changing the “Solver selection” in “Configuration parameters” to “fixed-step/variable-step”and selecting “discret...

más de 6 años hace | 0

Respondida
How can I specify AWGN block in SIMULINK?
You can specify “Number of bits per symbol” and “symbol period” as you mentioned above by having M, Fs variables in MATLAB works...

más de 6 años hace | 0

| aceptada

Respondida
Use standardized oder unstandadized input matrix X for silhouette plot?
You can provide either standardized or unstandardized matrix as input to the silhouette plot. You can also refer to below docume...

más de 6 años hace | 0

| aceptada

Respondida
Using FFT, I want to plot a Magnitude Frequency Characteristic of a Digital FIR filter.
You can get Magnitude plot by running the below code clc; clear all; b0 = 0.25; b1 = [4 3 2 1]; b = conv(b1,b0); freqz(b,...

más de 6 años hace | 0

| aceptada

Respondida
While observing output from general scope and time scope in simulink, time scope give output linearly increasing but in actual scenario data is in hold state, while general scope gives correct data i.e data is in hold state.(image is attached below)
The “Time scope” block is optimized for discrete time processing while the “scope” block is optimized for general time-domain si...

más de 6 años hace | 0

| aceptada

Respondida
Can someone help me on how to read a text as string in matlab to be used as input data to AES algorithm
I gave some strings of words as input and it’s working. For example text_in=(‘I love MATLAB’) and remaining steps as mentione...

más de 6 años hace | 0

Respondida
Data logging to workspace using to workspace block in fast restart mode
Hi Muhammad, You can follow the below steps to access results of a simulation of a model with “to workspace “block in fast rest...

más de 6 años hace | 0

Respondida
How do I create an FBMC signal and then plot its BER
Hi William, You can refer the below documentation for how to create an FBMC signal and plot its BER https://www.mathworks.com/...

más de 6 años hace | 0

Respondida
How to solve "Error using eval undefined function workspacefunc' ?
Hi Damien, Have a look at similar question: https://www.mathworks.com/matlabcentral/answers/307356-why-does-matlab-return-an-e...

más de 6 años hace | 0

| aceptada

Respondida
SOC Constraint in cplexmiqcp
You mentioned that your code is working fine for I=0 but when I tried with I=0, I got the error: Unable to perform assignmen...

más de 6 años hace | 0

Respondida
When writing in an already existing table - JDBC driver error relation already exists
Try the example mentioned in the Documentation provided in the below link https://www.mathworks.com/help/database/ug/database....

más de 6 años hace | 0

| aceptada

Respondida
How to use AD9361 TX RF block set in Simulink
The “External LO” block is use to add noise on the LO signal of 2GHz specified in the “ad9361_tx” block mask, while the “Ideal S...

más de 6 años hace | 0

| aceptada

Respondida
Send and Change CAN messages periodically
In Simulink using Vehicle Network Toolbox you can use “CAN Pack” block as it loads signal data into a message at specified inter...

más de 6 años hace | 1

Respondida
why need signal conversion to assign a signal line?
The ability to associate outputs of a “Demux” Block (containing multiple outputs) with “Simulink.Signal” objects is not availabl...

más de 6 años hace | 0

| aceptada

Respondida
inset of matlab figure inside the figure doesnot show new axes label
When using multiple axes in a figure return the Axes objects as hAx1,hAx2 hFig=figure (3) hAx1=axes(‘Parent’,hFig) plot(hA...

más de 6 años hace | 0

| aceptada

Respondida
Simulink link external devices fail
'Unable to connect to the 'Simulink Desktop Real-Time' target for 'voltage_2015a'. It means the connector you are using is not ...

más de 6 años hace | 0

Respondida
can I use satellite trajectories in the Sensor Fusion and Tracking Toolbox?
You can refer to below documentation for creating trajectories using Phased array toolbox https://www.mathworks.com/help/phase...

más de 6 años hace | 0

Respondida
Index exceeds the number of array elements error and interp1
[x, index] = unique(x); When you use “unique” function as above, the "index" stores the indices of the unique elements that are...

más de 6 años hace | 0

Respondida
How to create a custom SIMULINK library block from legacy_code tool programmatically?
You can refer to below documentation for how to design and create custom block https://www.mathworks.com/help/simulink/ug/tutor...

más de 6 años hace | 0

Respondida
How can I receive http audio streams in Matlab?
Assuming you need to Process Audio file in your Simulink model: The “From Multimedia File” block accepts the audio files wh...

más de 6 años hace | 0

Respondida
May I know how can I Create the active rectifier with constant load?
Hi You can refer the following document to create active rectifier https://www.mathworks.com/help/physmod/sps/powersys/ref/ac...

más de 6 años hace | 0

Respondida
Detect multiple USB cameras
Hi; You can follow the below steps for MATLAB to detect multiple cameras 1.first you connect single camera and execute ...

más de 6 años hace | 0