Sibghat
Followers: 0 Following: 0
Spoken Languages:
English, Chinese, Hindi, Arabic
English, Chinese, Hindi, Arabic
Feeds
質問
Plotting phase noise vs offset frequency of an optoelectronic oscillator...
I have generated a 10GHz optoelectronic oscillator using an optical simulation tool (I have extracted the 10 GHz-oscillation sig...
8ヶ月 前 | 1 件の回答 | 0
1
回答回答済み
Sum matrixes from cells
Hopefully this will help... clear clc format long % The 'input' function can not be used here. So I have set a default va...
Sum matrixes from cells
Hopefully this will help... clear clc format long % The 'input' function can not be used here. So I have set a default va...
9ヶ月 前 | 0
回答済み
Error that X is used but not initalized.
One possible explanation to the error message could be that MATLAB is interpreting 'I' as 'x'. You don't need to define O(I) as ...
Error that X is used but not initalized.
One possible explanation to the error message could be that MATLAB is interpreting 'I' as 'x'. You don't need to define O(I) as ...
9ヶ月 前 | 0
回答済み
What's the difference between round/fix/foor and ceil these four functions
In MATLAB, round, fix, floor, and ceil are all functions used for rounding numbers, but they differ in their behavior: round: r...
What's the difference between round/fix/foor and ceil these four functions
In MATLAB, round, fix, floor, and ceil are all functions used for rounding numbers, but they differ in their behavior: round: r...
9ヶ月 前 | 0
| 採用済み
回答済み
delete element from vector
The removal of the element at the 3rd index has already been addressed. However, if you want to remove all occurences of the num...
delete element from vector
The removal of the element at the 3rd index has already been addressed. However, if you want to remove all occurences of the num...
9ヶ月 前 | 0
回答済み
why cant I see any lines on the graph
In addition to the already provided solution by Chunru, you can also set the relative tolerance (RelTol) (here 1e-6 is used) and...
why cant I see any lines on the graph
In addition to the already provided solution by Chunru, you can also set the relative tolerance (RelTol) (here 1e-6 is used) and...
9ヶ月 前 | 0
回答済み
How to change .txt format automatically into .m format
try the following... % Define the directory containing the .txt files directory = 'path/to/your/files/'; % List all .txt fi...
How to change .txt format automatically into .m format
try the following... % Define the directory containing the .txt files directory = 'path/to/your/files/'; % List all .txt fi...
9ヶ月 前 | 1
回答済み
Convert a text file to an m.file?
The text you provided seems to be a Swedish-language narrative, likely a story from a literary work. It's structured in the form...
Convert a text file to an m.file?
The text you provided seems to be a Swedish-language narrative, likely a story from a literary work. It's structured in the form...
9ヶ月 前 | 0
質問
Extract a range of frequencies and power from X-Y vector/array
Hello, I hope you are in good health. I am trying to select a range of frequencies and their corresponding power from the give...
約2年 前 | 1 件の回答 | 0
1
回答質問
Extract a range of frequencies from a vector/array
Hello, I hope you are in good health. I am trying to select a range of frequencies from the given data set. load phaseNoise....
約2年 前 | 1 件の回答 | 0
1
回答質問
Error in finding phase noise of an electrical oscillator...
Hello everyone, I hope you are doing well. I recently came across the phaseNoiseMeasure method of MATLAB. I tried to run the e...
約2年 前 | 1 件の回答 | 0
1
回答質問
How can I divide a given range of three values into equal subparts like abc=[initial_values, mid_value, last_value] and expand the range into a total of 9 or 12 values?
Hello, I want to display the given values in a graph. However, the result contains only three values which does not look good o...
2年以上 前 | 2 件の回答 | 0