photo

nafisk


Last seen: plus de 5 ans il y a Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

7 Questions
0 Réponses

RANG
105 029
of 301 723

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
57.14%

VOTES REÇUS
0

RANG
 of 21 401

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 250

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

plus de 8 ans il y a | 1 réponse | 0

0

réponse

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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

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

presque 9 ans il y a | 1 réponse | 0

1

réponse

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

presque 9 ans il y a | 1 réponse | 0

1

réponse

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

presque 9 ans il y a | 1 réponse | 0

1

réponse

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

presque 9 ans il y a | 1 réponse | 0

0

réponse

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

presque 9 ans il y a | 1 réponse | 0

1

réponse