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

4 years 前 | 0

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

4 years 前 | 1

已回答
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 ...

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
.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...

4 years 前 | 0

已回答
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 ...

4 years 前 | 1

已回答
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 ...

4 years 前 | 0

已回答
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....

4 years 前 | 0

已回答
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...

4 years 前 | 0

| 已接受

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

| 已接受

已回答
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...

4 years 前 | 1

| 已接受

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

| 已接受

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

4 years 前 | 0

已回答
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 ...

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

| 已接受

已回答
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...

4 years 前 | 0

| 已接受

已回答
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...

4 years 前 | 1

| 已接受

已回答
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...

4 years 前 | 0

已回答
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 ...

4 years 前 | 0

| 已接受

已回答
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 ...

4 years 前 | 0

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

4 years 前 | 0

已回答
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

4 years 前 | 0

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

4 years 前 | 0

已回答
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...

4 years 前 | 0

加载更多