photo

RNTL


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

Followers: 0   Following: 0

Message

Maybe later

Statistiques

All
MATLAB Answers

3 Questions
14 Réponses

Cody

0 Problèmes
28 Solutions

RANG
2 858
of 300 364

RÉPUTATION
21

CONTRIBUTIONS
3 Questions
14 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
3

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
18 471
of 168 407

CONTRIBUTIONS
0 Problèmes
28 Solutions

SCORE
290

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 3 Month Streak
  • Thankful Level 1
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
Textscan .txt into cell array
Assume your file is the following _myfile.txt_: a,b,c,4.31,AA-BB-CC,3 e,f,g,3.25,DD-EE-FF,5 Then use textscan as ...

presque 13 ans il y a | 0

Réponse apportée
creating an input list from a large data set
why don't you simply write clear dir; list = dir('c:\Lisajustin\vib\*.csv');

environ 13 ans il y a | 0

| A accepté

Question


CDF of gamma distribution
assuming X~Gamma(k,theta) where k and theta are shape and scale parameters, the CDF Fx(x) should be Fx(x) = 1/Gamma(k)*ga...

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

1

réponse

Question


set bin rules for dfittool
Hi, i'm using dfittool to find match a pdf for a set of data. Now I see that when I change the bin rules (i.e. Scott rule ins...

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

0

réponse

Réponse apportée
analyisis of BER vs SNR for BPSK
there's a script in the file exchange <http://www.mathworks.com/matlabcentral/fileexchange/25922-ber-of-bpsk-in-awgn-channel/co...

plus de 13 ans il y a | 0

Réponse apportée
Type of error - Subscripted assignment dimension mismatch?
I think your variables driInput1/driInput2 are strings and not numeric. check it. if so, unless they of size one (and they are...

plus de 13 ans il y a | 0

| A accepté

Réponse apportée
How to use exist for a cell?
ismember(A,who)

plus de 13 ans il y a | 1

Réponse apportée
stairs function
i think you should try quantiz.

plus de 13 ans il y a | 0

Réponse apportée
sine wave function
what are x and y ? generally, according to your wavelength if you're talking about radio signals in free space, then the freque...

plus de 13 ans il y a | 0

| A accepté

Réponse apportée
how to generate random data (dichotomous 0-1) with normal distrubition
If your set contain only two values, namely [0,1] how can it has normal distribution? Your set should be defined by a probabili...

plus de 13 ans il y a | 1

Réponse apportée
How can you calculate permittivity and conductivity values from cole cole formula?
Hi, for which materials do you need it for? in order to use the cole-cole formula you need to know the fitting parameters first...

plus de 13 ans il y a | 0

| A accepté

Réponse apportée
Help split a text file into 3 arrays (textscan)
if all you wish is every 3rd row, why not simply using indexing on what you have ?.. say Data is the name of the array you're d...

plus de 13 ans il y a | 0

Réponse apportée
Load Data in For loop
you need to concatenate the filename string. try load(['n' aa '.mat'],'AAA')

plus de 13 ans il y a | 0

Réponse apportée
Variable Data Matrices From Excel
what differs the data in the column you want and the data coming right after? are there blank cells? different type of data? if...

plus de 13 ans il y a | 0

Réponse apportée
reading .xlsx files and saving as .mat files
try ... [num,text,raw] = xlsread(files(k).name) [dummy,myName] = fileparts(files(k).name); save(myName) end so the file...

plus de 13 ans il y a | 0

Réponse apportée
Help split a text file into 3 arrays (textscan)
can you explain what is it exactly to you want to transform ? I couldn't understand it from the example you gave.

plus de 13 ans il y a | 0

Question


extract 3D surface from 3D volume data
Hi, I have a volumetric data (in the form of (x,y,z,val(x,y,z)) array of data on and within a 3D volume shape. I would like ...

plus de 13 ans il y a | 4 réponses | 1

4

réponses