Answered
How to adjust axes and grid in GUI matlab? how to get more precision for example [-1 -0.5 0] other than [-1 0]
Hi dhouha This is exactly the same as the matlab programming in M-File and you have to use the following command where exact...

ongeveer 9 jaar ago | 0

Answered
how can I display values of variables which changes wrt time in figure.
Hi kadam Why you do not save the values if you need to monitor those values?

ongeveer 9 jaar ago | 0

Answered
Help with creating an array!!
Hi you can use this code N = input('Enter the value for N\nN = '); Matrix = zeros(N, 1); Matrix(1) = 100; Matrix(...

ongeveer 9 jaar ago | 1

| accepted

Question


How to use XCORR Block to calculate the cross correlation?
Hi Everyone I have two sequences composed of 0 and 1. I need to calculate the correlation between these two sequences in simu...

ongeveer 9 jaar ago | 1 answer | 0

1

answer

Answered
Connecting matlab output to simulink input. How to?
Hi kul I think you need to: 1- use "From Workspace" in the simulink part. This blok helps you to take the value from the w...

ongeveer 9 jaar ago | 0

| accepted

Answered
How can I pull or link a matrix output from m-file into simulink?
Hi Dan I think that it would be better if you save the variables as a matrix in the workspace and then use the block named "F...

ongeveer 9 jaar ago | 0

Question


How to open Scope in Simulink with Matlab command?
Hi everyone I want to run the simulink with the matlab command "sim". I need to see the trend of a signal . So, I use a Scope...

ongeveer 9 jaar ago | 1 answer | 0

1

answer

Question


How to see the Simulink Graph?
<</matlabcentral/answers/uploaded_files/28128/Cattura.JPG>> Hi everyone I run simulink file and I want to draw a graph. Du...

ongeveer 9 jaar ago | 1 answer | 0

1

answer

Answered
MATLAB-function that calculates discrete Fourier transform
Hi Tom The best way to write any matlab code is that: First, you have to know what you want to do, in technical point of v...

ongeveer 9 jaar ago | 0

Answered
How to generate random function with respect to time ??
There are many random function that you may use, such as randperm, randi and so on. Can you explore more what you want to imple...

ongeveer 9 jaar ago | 0

Question


Runing the simulink with different step time
Hi everyone I want to link the matlab with a Communication software. I am using simulink at this project. First the simulatio...

ongeveer 9 jaar ago | 1 answer | 0

1

answer

Question


some figure in one pdf file
Hi everyone I have some question about exporting data: 1- How can I export different figure in a single pdf file? 2- How ca...

meer dan 9 jaar ago | 0 answers | 0

0

answers

Question


How to put a password by matlab?
Hi everyone I have some figures produced by a matlab function that I wrote it and then I saved them by "save" matab command. ...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


Disabling the Keyboard with the Matlab command
Hello everyone I have two following question: 1- I want to give someone my code (in the protected file) so I used the matlab...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


Maximum decimal and binary values
Hi I use Matlab R2011b. I need to work with huge number, say greater than 10^19. I understood that Matlab cannot process th...

bijna 11 jaar ago | 3 answers | 1

3

answers

Question


Exporting matrix into an Excel file
Hi everyone I have a huge matrix and I want to export that into an Excel file by use of xlswrit. This command does not work f...

ongeveer 11 jaar ago | 1 answer | 0

1

answer