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

quasi 4 anni fa | 0

Risposto
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,...

quasi 4 anni fa | 0

| accettato

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

quasi 4 anni fa | 0

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

quasi 4 anni fa | 0

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

quasi 4 anni fa | 0

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

quasi 4 anni fa | 0

| accettato

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

quasi 4 anni fa | 1

| accettato

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

quasi 4 anni fa | 0

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

quasi 4 anni fa | 0

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

quasi 4 anni fa | 0

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

quasi 4 anni fa | 0

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

quasi 4 anni fa | 0

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

quasi 4 anni fa | 1

| accettato

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

circa 4 anni fa | 0

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

circa 4 anni fa | 1

| accettato

Risposto
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?

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 1

| accettato

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

circa 4 anni fa | 0

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

circa 4 anni fa | 4

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

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

oltre 4 anni fa | 0

Carica altro