Respondida
How to add captions to figures in a LiveScript that also include figure numbers
@Cory Dinkle.. I would recommend if you can use annotations. With annotations it is easy to change different properties like ali...

alrededor de 2 años hace | 0

Respondida
how to display a maximum and minimum value in figure of Matlab?
text: Add text descriptions to data points e.g. text(x,y,str) adds a text description to one or more data points in the current...

alrededor de 2 años hace | 1

| aceptada

Respondida
For loop overriding pervious data
I tweaked a bit @KSSV answer. Second loop I added in case you have different variable size in *.mat file. I hope this solution w...

alrededor de 2 años hace | 1

| aceptada

Respondida
Y data on the bar plot
text(A(i),sprintf('(%.0f)',A(i))) - your syntax seems doesn't right. Please follow the following syntax to defined values of y o...

alrededor de 2 años hace | 0

| aceptada

Respondida
how to plot group boxplot
Have a look over the below link. There are sufficient infos available on MATLAB Website Also you can find some ready made funct...

alrededor de 2 años hace | 1

Respondida
How to change the plot proportions/size when exporting to jpg using live script in Matlab
you can try this out. I hope this served your purpose. set(gcf,'units','normalized','outerposition',[0 0 1 1]); saveas(f, full...

alrededor de 2 años hace | 0

Respondida
Multiple switch distance based.
@Krzysztof Slezak, there are many ways to do this. One way is to use If Simulink block together with If Action Subsystem. Pleas...

alrededor de 2 años hace | 0

| aceptada

Respondida
Generate wave with simulink
read the following link: Generate discrete sine wave - MATLAB - MathWorks Deutschland and Generate continuous or discrete sine w...

más de 2 años hace | 1

Pregunta


Repeat a time based signal in Simulink (not using *.m script) / during Start of simulation based on number of repetitions
I am looking for a way to repeat a time based signals "n" times in Simulink as soon as I run the simulation. Just for referen...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
Save results on different sheets in excel
You can try this example and adapt to your requirement. first "for loop" you can use for creating 5 different sheets as mentione...

más de 2 años hace | 0

Respondida
legend font style, f ​​and | are very close
As per as my knowledge this is due to "FontName". Try with other FontName for e.g. Calibri etc you will see the difference.

más de 2 años hace | 0

Respondida
PLOT CSV FILE IN MATLAB
csvread: The file can only contain numeric values. I would prefer readtable command. With this command you have flexibility to ...

más de 2 años hace | 2

| aceptada

Respondida
Syntax error in function block of simulink
Please refer to the below link to find out the supported Trignometric Functions: https://de.mathworks.com/help/simulink/slref/t...

casi 3 años hace | 0

Respondida
How to plot a Simulink Desktop Real-Time model output in an App Designer app?
Hi Nagendra, There are different ways to acheive and one solution you can find in the below link: https://de.mathworks.com/mat...

casi 3 años hace | 1

| aceptada

Respondida
How do I solve "Error in port widths or dimensions" error in Simulink?
function input = C_REG(q) % global k_1 k_2 x=q(1); y=q(2); theta=q(3); e_p=[-x -y]; sag=[cos(t...

más de 3 años hace | 1

| aceptada

Respondida
cell Array to numeric column vector
cell2mat converts the contents of a cell array into a single matrix More Info below: cell2mat: https://de.mathworks.com/help/...

casi 4 años hace | 0

Respondida
extracting data from a picture of a chart
grabit is one of the option with which you can extract data from *.jpg, *.png etc You can find it on FEX: https://de.mathwor...

alrededor de 4 años hace | 1

| aceptada

Respondida
How to differentiate Subsystem and MATLAB Function Block with find_system()
Hello Lucas, Please refer to the answer provided by Murugan C in the below link: https://de.mathworks.com/matlabcentral/answer...

alrededor de 4 años hace | 0

| aceptada

Respondida
How to read txt file usinig txtscan?
Here you go: % Create import options, tailor the data types for multiple variables, and then read the data filename = 'Ahm-201...

alrededor de 4 años hace | 0

Respondida
How to mirror a plot ?
After your plot command, add the below line: set(gca, 'XDir','reverse')

alrededor de 4 años hace | 3

| aceptada

Respondida
How do I plot the Colebrook equation?
Here you can find the submission from Ildeberto de los Santos Ruiz https://de.mathworks.com/matlabcentral/fileexchange/72247-co...

alrededor de 4 años hace | 0

Respondida
Mark the intersection of two curves in a graph
Hi, There are few solutions and answers which you can found in below links: Detect Curve Intersections, Quickly and Easily h...

alrededor de 4 años hace | 0

Respondida
How can i collect output port data from Simulink model to GUI using get_param?
You want to use specifically get_param? You can find my submission on how to control Simulink Model from MATLAB App based on ev...

alrededor de 4 años hace | 0

Respondida
How to change the filename in xlswrite using loop
using xlswrite in a loop will effect performance. Try this FEX: https://de.mathworks.com/matlabcentral/fileexchange/10465-xlswri...

más de 4 años hace | 0

Enviada


Interface between MATLAB App and Simulink
This app enables to read and display the Simulink model outputs during the simulation in the MATLAB app.

más de 4 años hace | 22 descargas |

Thumbnail

Respondida
Update plot uitable problem
After a while, I found a solution to this problem: t = table(Drehzahl, Drehmoment, 'RowNames',{'Startpunkt' 'P1' 'P2' 'P3' 'End...

más de 4 años hace | 0

| aceptada

Respondida
How can I show the outputs of a simulink model in a GUI?
Please use internet search engine or FEX you will find most of the answers to your problem check this file exchange submission ...

más de 4 años hace | 0

Respondida
how to save image in specific folder in matlab?
Moved from comment section to Answer!!! -------------------------------------------------------- ImageFolder need to be a stri...

más de 4 años hace | 0

Respondida
Appdesigner textbox: is there a way to do multiple lines like for step 1, step 2, etc..?
Hi Aaron, by changing the position property (position: [left bottom width height]) you can fit your complete text. d = dialog(...

más de 4 años hace | 0

| aceptada

Respondida
Save (Axes) As in GUI
Updated! Hi Abdullah, Based on your comment I updated the answer function pushbutton_SaveasImg_Callback(hObject, eventdata, h...

más de 4 años hace | 1

| aceptada

Cargar más