photo

Laura Proctor

MathWorks

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

0 Preguntas
153 Respuestas

File Exchange

1 Archivo

Cody

0 Problemas
28 Soluciones

CLASIFICACIÓN
236
of 300.365

REPUTACIÓN
400

CONTRIBUCIONES
0 Preguntas
153 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
70

CLASIFICACIÓN
3.185 of 20.933

REPUTACIÓN
508

EVALUACIÓN MEDIA
4.90

CONTRIBUCIONES
1 Archivo

DESCARGAS
20

ALL TIME DESCARGAS
4409

CLASIFICACIÓN
18.472
of 168.262

CONTRIBUCIONES
0 Problemas
28 Soluciones

PUNTUACIÓN
290

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • 3 Month Streak
  • Revival Level 1
  • Knowledgeable Level 4
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
Inverted pendulum using fuzzy logical controller
This <http://www.mathworks.com/help/fuzzy/build-your-own-fuzzy-simulink-models.html cart and pole simulation> may be a good exam...

más de 10 años hace | 2

| aceptada

Respondida
Please, help to draw plot between
There seemed to be an issue with the dimensions of variables m and c. The following code shouldn't error. % wavread [m,...

casi 12 años hace | 0

Respondida
Problem using sscanf in picking out numbers from string.
The following code should give you results close to what you want: res = sscanf(str1,'%*[^0123456789]%d') The idea is th...

casi 12 años hace | 2

| aceptada

Respondida
How can I find 4 or more character pattern in number array
If you define the pattern that you're looking for as x, for example x = [3 9 12 3] then you can find the starting index...

casi 13 años hace | 1

Respondida
Aligning Time Series data and calculating CAPM beta.
You're doing great for a beginner. You're using logical indexing in your code which is awesome. I'm assuming that you are ge...

casi 13 años hace | 0

Respondida
How to build the search fast?
If you have the Statistics Toolbox, you could use a <http://www.mathworks.com/help/releases/R2012b/stats/dataset.html dataset> a...

casi 13 años hace | 0

| aceptada

Respondida
How can I save the values inside ODE solver?
Does the random value need to be generated inside your ODE function? In other words, can you pass it in as an input variable? ...

casi 13 años hace | 0

Respondida
How to use Switch case and if else in Embedded Matlab Function
You can use the same syntax that you would in MATLAB. Here are links to the documentation for <http://www.mathworks.com/help/ma...

casi 13 años hace | 0

Respondida
How to: For loops for Excel Tab
If you know the names of your sheets, you can create a cell array containing those names. The output from the xlsread function ...

casi 13 años hace | 0

| aceptada

Respondida
How to remove the data-type error in lsqcurvefit ?
It looks like the issue might be in the optim function in the use of the input variable S. Can you make a simple call to optim ...

casi 13 años hace | 0

| aceptada

Respondida
Adaptive background Subtraction Algorithm
There are a couple things that I notice in this code. First, I'm not sure, but I think that you might want to apply the thresho...

casi 13 años hace | 0

Respondida
How to: For loops for Excel Tab
I'm not sure exactly what you are asking with regard to num(2,13). But here is some code that will read in different tabs of an...

casi 13 años hace | 0

Respondida
Consolidate Substring Code using Cellfun
It isn't necessary to loop through the char array. You could do something like this: y = { '10/5/05' ; '18/2/2004' ; '3/3/...

casi 13 años hace | 0

| aceptada

Respondida
writing a matrix without loop
Yes, you can create this matrix without using a loop. Use array based mathematical expressions such as ./ and .* a = sin(2...

casi 13 años hace | 1

Respondida
Plotting Multiple y-axes with different range on the same plot
The issue is that this function can only plot one line per set of axes - so only three lines. I have hacked Denis Gilbert's p...

casi 13 años hace | 2

Respondida
Datenum - different date formats
Would something like this help? % Create a cell array containing dates in various formats y = { '10/5/05' ; '18/2/2004' ...

casi 13 años hace | 1

| aceptada

Respondida
how could I use the "find" command to compare two matrices?
Comparing two matrices directly will give back a logical array: control_matrix= A<B; The find function will find the ind...

casi 13 años hace | 1

| aceptada

Respondida
Create a matrix whereas values can be -180 0 or 200
I'm sure there's a more elegant solution, but here's one: x = randi(3,1,24)-1; x(x==1) = -180; x(x==2) = 200;

casi 13 años hace | 1

| aceptada

Respondida
Calculating Max and Min of subsets of data
Is your matrix 7875 x 8? Also, when you say "every 57" does that mean the first 57 rows? The first 57 elements in the column...

alrededor de 13 años hace | 2

Respondida
Boxplot - Size of the Labels
set(findobj(gca,'Type','text'),'VerticalAlignment','top')

alrededor de 13 años hace | 0

| aceptada

Respondida
Find value of z of a surface plot when values of x and y are known.
You can do this using the <http://www.mathworks.com/help/matlab/ref/triscatteredinterp.html TriScatteredInterp> function. Her...

alrededor de 13 años hace | 0

Respondida
how do you write a programme with *if statement*for L infinity norm having written L1 and L2 norm. how do you represent L infinity norm?
MATLAB has a <http://www.mathworks.com/help/matlab/ref/norm.html norm> function that you can use to find all the norm values. I...

alrededor de 13 años hace | 0

Respondida
Need help Linearizing a Simulink Model?
Posting the comment from Erman Korkut as a solution: Frestimate usually takes a couple of tries to come up with the right inp...

alrededor de 13 años hace | 1

Respondida
Load CSV file to matlab and avoiding word written in csv file for data analysis
You can load it using the <http://www.mathworks.com/products/matlab/examples.html?file=/products/demos/shipping/matlab/textscanD...

alrededor de 13 años hace | 1

Respondida
For Loop Segment Troubleshooting
You can add a breakpoint in your script by clicking on the horizontal line to the left of the number in the MATLAB Editor. This...

alrededor de 13 años hace | 0

| aceptada

Respondida
index out of bounds because numel(averg)=1
You are using linear indexing to index into A, and so the output is a row vector. For example: A(1:end-2) will take all terms ...

alrededor de 13 años hace | 0

| aceptada

Respondida
omitting array
If your matrix is called m, you can reference the odd rows like this: m(1:2:end,:) If it is always going to be a vector ...

más de 13 años hace | 0

| aceptada

Respondida
Multipline plotting
X = [ A(:,1) A(:,3) ]'; Y = [ A(:,2) A(:,4) ]'; line(X,Y,'color','b')

más de 13 años hace | 0

| aceptada

Respondida
sqrt(2) 100 places and more
format long will show 15 digits. fprintf(1,'%.100f\n',sqrt(2)) will show 100 digits. However, that precision is ...

casi 14 años hace | 0

Respondida
Optimization with complicated constraints
Yes, MATLAB can solve nonlinear optimization problems. Since it would be a lot to type everything out, this example <http://www...

casi 14 años hace | 0

| aceptada

Cargar más