回答済み
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...

6年以上 前 | 0

回答済み
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...

6年以上 前 | 0

回答済み
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...

6年以上 前 | 0

回答済み
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...

6年以上 前 | 0

回答済み
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...

6年以上 前 | 0

回答済み
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...

6年以上 前 | 0

回答済み
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...

6年以上 前 | 1

回答済み
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...

6年以上 前 | 0

回答済み
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...

6年以上 前 | 0

| 採用済み

回答済み
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...

6年以上 前 | 0

| 採用済み

回答済み
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,...

6年以上 前 | 0

| 採用済み

回答済み
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...

6年以上 前 | 0

| 採用済み

回答済み
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...

6年以上 前 | 0

回答済み
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...

6年以上 前 | 0

回答済み
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/...

6年以上 前 | 0

回答済み
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...

6年以上 前 | 0

| 採用済み

回答済み
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...

7年弱 前 | 0

回答済み
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....

7年弱 前 | 0

| 採用済み

回答済み
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...

7年弱 前 | 0

| 採用済み

回答済み
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...

7年弱 前 | 1

回答済み
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...

7年弱 前 | 0

| 採用済み

回答済み
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...

7年弱 前 | 0

| 採用済み

回答済み
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 ...

7年弱 前 | 0

回答済み
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...

7年弱 前 | 0

回答済み
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...

7年弱 前 | 0

回答済み
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...

7年弱 前 | 0

回答済み
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...

7年弱 前 | 0

回答済み
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...

7年弱 前 | 0

回答済み
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 ...

7年弱 前 | 0