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

alrededor de 5 años hace | 0

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

alrededor de 5 años hace | 1

Respondida
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 ...

alrededor de 5 años hace | 0

Respondida
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...

alrededor de 5 años hace | 0

Respondida
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...

alrededor de 5 años hace | 0

Respondida
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...

alrededor de 5 años hace | 0

Respondida
.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...

alrededor de 5 años hace | 0

Respondida
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 ...

alrededor de 5 años hace | 1

Respondida
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 ...

alrededor de 5 años hace | 0

Respondida
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....

alrededor de 5 años hace | 0

Respondida
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...

alrededor de 5 años hace | 0

| aceptada

Respondida
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...

alrededor de 5 años hace | 0

Respondida
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...

alrededor de 5 años hace | 0

| aceptada

Respondida
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...

alrededor de 5 años hace | 1

| aceptada

Respondida
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...

alrededor de 5 años hace | 0

Respondida
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...

alrededor de 5 años hace | 0

| aceptada

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

alrededor de 5 años hace | 0

Respondida
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 ...

alrededor de 5 años hace | 0

Respondida
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...

alrededor de 5 años hace | 0

Respondida
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...

alrededor de 5 años hace | 0

Respondida
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...

alrededor de 5 años hace | 0

| aceptada

Respondida
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...

alrededor de 5 años hace | 0

| aceptada

Respondida
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...

alrededor de 5 años hace | 1

| aceptada

Respondida
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...

alrededor de 5 años hace | 0

Respondida
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 ...

alrededor de 5 años hace | 0

| aceptada

Respondida
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 ...

alrededor de 5 años hace | 0

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

más de 5 años hace | 0

Respondida
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

más de 5 años hace | 0

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

más de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0

Cargar más