photo

nafisk


Last seen: más de 5 años hace Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
0 Respuestas

CLASIFICACIÓN
104.958
of 301.653

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
57.14%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.377

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 175.992

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta