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

9 years 前 | 0

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

9 years 前 | 0

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

9 years 前 | 1

| 已接受

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

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

9 years 前 | 0

| 已接受

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

9 years 前 | 0

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

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

9 years 前 | 0

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

9 years 前 | 0

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 3 个回答 | 1

3

个回答

提问


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

11 years 前 | 1 个回答 | 0

1

个回答