Javier - MATLAB Central
photo

Javier


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 06/11 to 03/25Use left and right arrows to move selectionFrom 06/11Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

14 質問
8 回答

ランク
2,779
of 297,775

評判
22

コントリビューション
14 質問
8 回答

回答採用率
21.43%

獲得投票数
4

ランク
 of 20,469

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,513

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


How can I increase signal bandwith in Adjacent and Co-Channel Interference example?
Hello all, I am using the <http://nl.mathworks.com/help/comm/examples/adjacent-and-co-channel-interference.html#zmw57dd0e260...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


Bandpass RF filter complains about Ts in Simulink, why?
Hello, I am doing a basic amplitude modulator, and I'm using as input signal for now a Gaussian noise generator, then I modul...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


Bandpass RF filter complains about Ts in Simulink, why?
Hello, I am doing a basic amplitude modulator, and I'm using as input signal for now a Gaussian noise generator, then I modul...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


Why does my bandpass RF filter complain about Ts in Simulink?
Hello, I am doing a basic amplitude modulator, and I'm using as input signal for now a Gaussian noise generator, then I modu...

10年弱 前 | 0 件の回答 | 0

0

回答

回答済み
Plot sin or cosine with Simulink scope
Finally I solved it with the advices of Sebastian and making use of <blogs.mathworks.com/seth/2009/07/14/refining-the-output-of-...

約10年 前 | 0

| 採用済み

質問


Plot sin or cosine with Simulink scope
Hello all, I would like to do some simulate some home-made modulation with Simulink, but first things first; so I was trying ...

約10年 前 | 2 件の回答 | 0

2

回答

質問


Distributing Arrays with parfor
Hi, I would like to know if it's possible to use Distributing Arrays with parfor loops. Thanks in advance! Here the code: f...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


Logical indexing within parfor statement
Hi. I have a problem with parfor and an indexing. As you can see in my code below, I get a group of elements of a matrix using f...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


Doubts with parfor loop
Hi, I'm a litte bit confused with error given in this parfor loop: parfor n=1:fbaseDatosAct veDelanteMiaTemp=zeros(1,3); ...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


for to parfor loop,and for with logical indexing to parfor loop
Hi, I have got two doubts: -> the first one is to change this for loop to parfor loop, I have done all, but due to the last sen...

13年以上 前 | 0 件の回答 | 0

0

回答

回答済み
Vectors problem
Well you has done a lot of question, I'll try to explain: 1ªwhat is the difference between phase shift and delay shift, phase ...

13年以上 前 | 1

回答済み
Vectors problem
See this and check if it's you're looking for: %% function princ lambdaMax=45; T=50; x=-2*pi:1/5:2*pi; lambda...

13年以上 前 | 1

| 採用済み

回答済み
onCleanup and script
I'm having got a problem, I have done what I told you, adding a name to the function but, it doesn't work rightly in that in mat...

13年以上 前 | 0

回答済み
Vectors problem
So you want to do something like this: xy=[ 1;1 2;2 3;3 4;4 5;5 6;6 7;7] ...

13年以上 前 | 0

回答済み
Vectors problem
I cannot understand well the problem,do you want to shift the first three elements of each vector?

13年以上 前 | 1

質問


onCleanup and script
Hello. I'm using a parfor loop,but sometimes I stop its execution with ctrl+c, so I would like to execute the command "matlabpo...

13年以上 前 | 2 件の回答 | 0

2

回答

回答済み
Breaking out from loop
Hi, you can use the "tic" and "toc" matlab functions, which ones let you to create a timer and control the elapsed time between ...

13年以上 前 | 1

| 採用済み

質問


Matlab script with HTML/javascript within
Hello. I have a matlab script which plots kml data in google earth,and I would like to know whether an user clicks on a feature ...

13年以上 前 | 0 件の回答 | 0

0

回答

回答済み
how to generate a uniform random variable in the interval [-1 1] with mean zero?
You could use this code: a=-1;b=1; r = a + (b-a).*rand(100,1); v=[-1:0.02:1]; v(:,v==0)=[]; plot(v,r) Use h...

13年以上 前 | 0

質問


Activex google earth plugin and matlab
Hello. I'm trying to open the google earth plugin from matlab, using an activex server because I want to use COM port, so I do ...

13年以上 前 | 3 件の回答 | 0

3

回答

質問


Google Earth, kmlwrite and COM in matlab
Hi!! I use an actxeserver command to create a conexion between Matlab an google earth, then I load a kml file, which has been ...

13年以上 前 | 0 件の回答 | 0

0

回答

質問


Must I change the geoid using UTM projection?
Hello, I'm working with the UTM projection, I get a kml file from google Earth and I map the geographical coordinates to UTM prj...

13年以上 前 | 1 件の回答 | 0

1

回答