Answered
Multi-user setting
Hello, You can look at adminstering liscences here. For any liscensing related queries, please reach out to our Sales and Ins...

bijna 4 jaar ago | 0

Answered
local domain and global domain
Hello, Local domain usually means considering a small part or neighborhood section in a signal whereas global domain usually ...

bijna 4 jaar ago | 1

Answered
Explanation of parallel plates capacitor implementation with finite element methods and with in-homogenous domain.
Hello, As far as the code is concerned, Please remove the last 'end' from the code for it to work as in the code below. close ...

bijna 4 jaar ago | 0

Answered
Use of Port Area input in Constant Volume Chamber : Moist Air
Hello, The Constant Volume Gas Chamber allows the exchange of mass and energy through it. Although it works for the contant vol...

bijna 4 jaar ago | 0

Answered
Variables interact each other in different equations.
Hello, To my understanding, you can set an initial values to the variables and then you can run the program in loop with appro...

bijna 4 jaar ago | 0

Answered
What is the purpose of inputting an initial guess value in MultiStart?
Hello, Please take a look at this MATLAB Answer in community https://www.mathworks.com/matlabcentral/answers/560369-why-does-m...

bijna 4 jaar ago | 0

Answered
.dat to state space model
Hello, The type of data you are trying to use decides how you are going to import it in MATLAB. Please take a look at these Ans...

bijna 4 jaar ago | 0

Answered
passive power filter design
Hello, Please take a look at this file in file exchange here. You can find a model for the passive power filter design. Hope ...

bijna 4 jaar ago | 1

Answered
How to divide plotted circles in a certain number of pieces depending on the radius of the circle
Hello, Please take a look at the following code. You can modify the maximum radius value by changing r_max.The variable r can ...

bijna 4 jaar ago | 0

Answered
How to find the energy of a discrete signal?
Hello, You can remove the syms and symsum from the code and directly use convolution. Please take a look at the following code....

bijna 4 jaar ago | 0

Answered
Unable to resolve the name matlabshared.toolchain.armclang.register
Hello, This error occurs when you have not installed the Embedded Coder Support Package for ARM Cortex-M Processors. You can in...

bijna 4 jaar ago | 0

| accepted

Answered
macOS Catalina and macOS BigSur - Matlab R2020b
Hello, Please take a look on these MATLAB Answers. https://www.mathworks.com/matlabcentral/answers/484955-matlab-2019b-not-w...

bijna 4 jaar ago | 0

Answered
Simulink PLC Code Generation
Hello, You can start to learn simulink from Simulink On ramp course by MathWorks from here. You can also see other courses avai...

bijna 4 jaar ago | 0

| accepted

Answered
How to get multiple plot for two loops
Hello, To my understanding, you are running loop twice and assigning values to the matrix z and h. Please check, that the dimen...

bijna 4 jaar ago | 1

| accepted

Answered
I am fitting these curves in my MATLAB but the y-axis of every curve is not matching with that of the textbook figure. Can someone help in this. I am in real worry.
Hello, You need to define a symbolic variable. You can define it by using syms. For more information on syms please refer to th...

bijna 4 jaar ago | 0

Answered
Find rows in MATRIX based on position of elements
Hello, To my understanding you want to find the row number in the matrix H when there is match in matrix E. To do this, I have...

bijna 4 jaar ago | 0

| accepted

Answered
customing a layer and error
Hello, To my understanding the checklayer funtion accepts input in 2 ways. 2 inputs- checkLayer(layer,validInputSize) Chec...

bijna 4 jaar ago | 0

Answered
Illegal use of a matrix or vector type where a scalar was expected. ERROR IN SIMULINK
Hello, To my understanding it looks like you are trying to feed an array to stateflow input. The array when fed to a stateflow ...

bijna 4 jaar ago | 0

Answered
Error message when trying to tune a PID controller
Hello, To my understanding of the problem, you need to have installed Control System Toolbox and Simulink Control Design.You ca...

bijna 4 jaar ago | 0

Answered
Square brackets input not working in your on ramp [work fine here] (alt + 91 & alt + 93)
Hello, To my understanding you are trying to put square brackets in MATLAB On Ramp course by using 'Alt' with '91' and '93' . M...

bijna 4 jaar ago | 0

Answered
How to optimise a variable to maintain the result of a function at a set value as another variable is increased?
Hello, To my understanding you want to keep the value of the function contant. You can use fsolve for this. fsolve tries to fin...

bijna 4 jaar ago | 0

| accepted

Answered
Plotting a function with 3 differing initial values
Hello, To my understanding of the question and code, I find that the dimension of scale is not correct thats why it is creating...

bijna 4 jaar ago | 0

| accepted

Answered
AppDesigner Standalone Desktop App Error permission denied
Hello, To my understanding the error for permission occurs when you try to access a file for which you do not have permission t...

bijna 4 jaar ago | 1

| accepted

Answered
Matlab error in Terminal (Ubuntu 18.04). What do I do?
Hello, This error occurs when the version of Java JRE that ships with MATLAB loads a library outside of MATLAB which in turn is...

bijna 4 jaar ago | 0

Answered
Zoom in function make the both axis labeled wrongly
Hello, You are manually setting the tick labels. When you zoom these will no longer get auto updated so you will likely end up ...

bijna 4 jaar ago | 0

| accepted

Answered
Transfer functions in Matlab
Hello, As per my understanding of the problem I have attached a code. I have assumed a c(t). syms c(t) r(t) c(t)=t.^2+2.*t ...

bijna 4 jaar ago | 0

Answered
How do I read and plot ".trc" file?
Hello, Please go through this MATLAB Answer. Hope it helps

bijna 4 jaar ago | 0

Answered
Data segmenting with overlap and then multiplying each segment with hammond and rectangular window
Hello, For more information please go through the documentation of buffer function here. Hope it helps

bijna 4 jaar ago | 0

Answered
Sub category plots in MATLAB?
Hello, Please take a look at the following code example = readtable('example.CSV'); example = sortrows(example,'Group'); h =...

bijna 4 jaar ago | 0

Answered
check for missing argument or incorrect argument data type in call to function 'isnan'.
Hello, Please take a look at this documentation link for more information on ttest2. Also, please go through this answer. Hope...

bijna 4 jaar ago | 0

Load more