photo

Joe kiao


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
201,635
of 297,457

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
57.14%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


obtain s parameter using matlab through GPIB-USB from network analyzer
I have some problems with the matlab code for using VNA to measure S parameter using USB-GPIB. VNA = instrfind('Type', '...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Matlab curves in figures become blur ever since I update NVIDA Graphics driver
Before I update NVIDA Graphics driver, the curves I plotted are like <</matlabcentral/answers/uploaded_files/68310/1.JPG>> ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Why cgs does not converge
I have a matrix equation. The dimension of my matrix is 16,000. I called `cgs(A,b)` to solve it, but it said the it did not conv...

9 years 前 | 0 个回答 | 0

0

个回答

提问


How to use cgs with your own matrix-vector multiplication?
From doc cgs I see, you can call the cgs function like: x=cgs(@afun, b); function afun is your self defined matrix vector...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to specify the number of labs in smpd?
My computer has 4 cores. When I use smpd(3) c=labindex; if(c==1) a=1; elseif(c==2) b=1; ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


How to run 4 loops simutaneously?
In my code there are 4 matrix to fill. So there are 4 "for...end". They are independent by each other. Now I want to do some acc...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to read data one by one
The file is like 2 0.5 0.6 0.7 0.0 -2.5 6.3 The first line is the number of points. The others are the coordinates o...

10 years 前 | 1 个回答 | 0

1

个回答