photo

nafisk


Last seen: 5 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
104,957
of 301,652

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
57.14%

收到投票数
0

排名
 of 21,375

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,981

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I want to Load data from folder and then put them in different file name. I want to display each data directory in different variable, like file{j}='directory of file number j' to have file1='D:\17L11\17L11_01.m' . How can I do this?
originalpath = 'D:\17L11'; foldername = fullfile(originalpath); pth = genpath(foldername); pathTest = regexp([pth ';'],'(.*?)...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How can I solve this error''Dimensions of matrices being concatenated are not consistent.''?
This error is happened when I used this number in matrix. r=[3.30125e-07 5.99393e-08 1.17201e-06 5.30199e-07 6....

8 years 前 | 1 个回答 | 0

1

个回答

提问


I want to put matrix with one row in array with different size.how can i do this?
I=[1:199]; I want to use I element like this: I(100), I(99:101)......I(1:199) How can I creat array with this different size? ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How can I multiple the element of cell of array with different size?
I have these array and I want to multiple each element of each cell. A={1.70100628697192 [1.69602683977168;1.70100628697192...

9 years 前 | 1 个回答 | 0

1

个回答

提问


For Loop using two variables
I want to plot this equation w=1 ./ (pi.*Vrf.*sqrt(1 - ((V-58.5)./Vrf).^2)); for different Vrf. Vrf=0.1:0.1:10; ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


I want to plot integral of multipliction of one equation to numeric data of one curve (plot(v,I)). I do not know is it possible with matlab?
v=[48.74760200429492 48.84187544738726 48.93604151753758 49.03031496062992 49.14842519685039 49.24259126700071 49.33675733...

9 years 前 | 0 个回答 | 0

0

个回答

提问


I want to plot the convolution of this two signals but it does not work.Here is my code.
clear all; close all; E0=0.056; Vrf=0.005; a=E0-Vrf; b=E0+Vrf; x=a:0.000005:b; d=(1./(pi.*(sqrt((x-a).*(b...

9 years 前 | 1 个回答 | 0

1

个回答