Community Profile

photo

nafisk


Last seen: 3 years ago Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ';'],'(.*?)...

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer