photo

nafisk


Last seen: oltre 5 anni fa Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
244.250
of 301.421

REPUTAZIONE
0

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
57.14%

VOTI RICEVUTI
0

RANK
 of 21.269

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.475

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 9 anni fa | 1 risposta | 0

1

risposta