Respondida
How can one select the default font size for Sequence Viewer workspace and other fields?
To change the font size for Sequence Viewer workspace, you can simply use Ctrl and +/- keys.

casi 4 años hace | 0

Respondida
How to set an upper bound for the solution obtained using vpasolve?
You can specify the range of solutions in vpasolve function as following: S = vpasolve(x^6 - x^2 == 3, x, [0 2]) In this case,...

casi 4 años hace | 0

| aceptada

Respondida
Using an external hard to run a bigger simulation
Refer to the following link, it might help you: https://www.mathworks.com/matlabcentral/answers/491395-use-external-hard-drive-...

casi 4 años hace | 0

Respondida
Phase Comparison Circuit SIMULINK
Refer to the following link, it might help you: https://www.mathworks.com/matlabcentral/answers/44830-how-to-measure-the-phase-...

casi 4 años hace | 0

Respondida
do not understand the integration result
If you use vpa function for evaluation, the result will be inf since its a very large number. syms t; >> expr = 1/4624*exp(120...

casi 4 años hace | 0

Respondida
How to automatically increase page size in exportgraphics?
Refer to the following link, it might help you: https://www.mathworks.com/help/matlab/creating_plots/save-figure-at-specific-si...

casi 4 años hace | 0

| aceptada

Respondida
In the antenna Designer I would like to dislay the pattern in the YZ Plane
There are two options for that: Change the Tilt and TiltAxis to find the correponding plane's value You can find the values fr...

casi 4 años hace | 1

| aceptada

Respondida
The slider to scroll through the audio files in real time in App Designer
Hello, You can refer to the following file available on file exachange: https://www.mathworks.com/matlabcentral/fileexchange/6...

casi 4 años hace | 0

Respondida
i need to have a variable which i can access into and assign to during the simulation in simulink. any suggestions please?
You can use 'To workspace' block, it might help you. Refer to the following link for its documentation: https://www.mathworks.c...

casi 4 años hace | 0

Respondida
Evaluation of elaborate function error in HDL coder
Refer to the following post relevant to this error message: https://www.mathworks.com/matlabcentral/answers/96005-why-do-i-get-...

casi 4 años hace | 0

Respondida
How to convert my matlab code having TreeBagger into hdl code using HDL coder
Functions you are using are not supported for HDL code generation. You can find an alphabetical list of supported functions for ...

casi 4 años hace | 0

Respondida
How to enable Data Tips in App.Designer in r2019b
Hi, In R2019b, data cursor mode is 'on' by default. As I can see from the image attached that any plot is not there in the fig...

casi 4 años hace | 0

Respondida
How to get built-in data from SIMULINK PV module
You can get the parameter names and values using get_param function. Step 1: Let us assume model name as 'test'. Then use find...

casi 4 años hace | 1

| aceptada

Respondida
Importing data from Matlab onto/into Excel
This feature is not supported on Mac platform.

casi 4 años hace | 0

Respondida
LineWidth and MarkerSize for plot auto-generating commands?
To change the LineWidth and MarkerSize values of any plot or figure, go through the following steps: In the figure window selec...

casi 4 años hace | 1

| aceptada

Respondida
Precision peak detector with Non-Inverting Op-Amp and a diode
Hi, I run the model attached by you and got the following plot, which is correct only. Can you send the plot you are getting?

alrededor de 4 años hace | 0

Respondida
Ultrasound Bone Segmentation using MATLAB
Hello, You may refer to the following link: https://www.mathworks.com/matlabcentral/answers/469567-a-way-to-segment-bone-in-th...

alrededor de 4 años hace | 0

Respondida
User Input for the Gain Block Using the dashboard elements
To do this you can use the following steps: Insert knob block from simulink library browser in your model Double-click on kn...

alrededor de 4 años hace | 0

Respondida
for loop in MATLAB function block
Hi, You can refer to the model attached here.

alrededor de 4 años hace | 0

Respondida
Simulink I can not run simulation model.
Follow these steps: 1. Refresh the file system caches using the following commands: >> restoredefaultpath >> rehash toolboxca...

alrededor de 4 años hace | 0

Respondida
학교라이센스 사용권한 문의 (대학원 과정 진행중인 직장인)
Contact your sales representative to get detailed understanding about your license terms. If you don't know who your sales repre...

alrededor de 4 años hace | 0

Respondida
writing condition function with vector
You can use the followoing logic for writing the function: x = [1 2 -3 4 -5 -6 7 -9]; product = x(1:end-1).*x(2:end); res = f...

alrededor de 4 años hace | 0

Respondida
Solution to Indeterminate set of equations
You will get the solution, just use the proper variable names. Either use equation everywhere or equations. Same with unknowns.

alrededor de 4 años hace | 0

Respondida
How to create a chessboard?
I am assuming that you are using plot function to create the chessboard, which is resulting in bands in the output. Instead of i...

alrededor de 4 años hace | 1

| aceptada

Respondida
Can I model an Organic Rankine Cycle system using Simulink?.
Refer to the following example, it might help you: Rankine Cycle (Steam Turbine)

alrededor de 4 años hace | 0

Respondida
Simulink Error Message "Derivative of state '1' in block ____ at time 0.0 is not finite. The simulation will be stopped. There may be a singularity in the solution."
In the Configuration Parameters, set the diagnostic "Inf or NaN block output" to 'error', you will get the following error: "An...

alrededor de 4 años hace | 4

Respondida
move plot lines above annotations
Hello, Change the 'XAxisLocation' property to 'bottom'

alrededor de 4 años hace | 0

Respondida
App Designer: XY Zoom and XY Pan settings
Hi, Most probably its because clipping of the plot is taking place when you are zooming in, just set 'clipping' property of UIa...

alrededor de 4 años hace | 0

Respondida
Live editor tiny plots
Hi, I am assuming you are using R2019b version and tried to reproduce the issue in R2019a as well as R2019b using the code give...

alrededor de 4 años hace | 0

Respondida
have output equations displayed in term of inputs of Simulink model
For the given model, you can use Linear Analysis Tool to linearize the model. Refer this link to know more about this tool. You...

alrededor de 4 años hace | 0

Cargar más