photo

Robert Demyanovich


Last seen: 5 días hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

45 Preguntas
1 Respuesta

CLASIFICACIÓN
23.359
of 301.219

REPUTACIÓN
2

CONTRIBUCIONES
45 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
64.44%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 21.193

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.467

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 4
  • First Review

Ver insignias

Feeds

Ver por

Pregunta


Create a power law fit from imported data
I am importing data from an Excel spreadsheet on which I ultimately want to create a power law fit in MATLAB. In the code below...

10 días hace | 1 respuesta | 0

1

respuesta

Pregunta


Error when using logical indexing to get a value from a table
I have the following snippet of code, which I created based on online tutorial: theta = pi/4 %Create the table Angles = {pi...

17 días hace | 2 respuestas | 0

2

respuestas

Pregunta


Syntax error when dividing by a matrix variable
I keep getting an error with this line of code: q=(R*sin(theta))./(1-cos(theta)*cos(t).); R and theta are constants. t is giv...

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Wrap part of a shape with a surface
I have the following code: %Initially written by W. Rose 20251018 %Modified by poster rdemyan clear N=80; ...

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


how to create a volume from the revolution of a variable area trapezoid
I'm looking for the work flow of how to create a volume by revolving a variable area trapezoid around the z axis. I have a form...

5 meses hace | 3 respuestas | 1

3

respuestas

Pregunta


Values not populating in table for variable
I have the following code: clc clear all close all %define some initial variables theta = pi/4; R = 0.0006; w = 1.318*R; ...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Get maximum value for a row in a MATLAB table
I need to get the maximum value for a specific row in a MATLAB table (not matrix). Let the variable i specify the row number in...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Concatenate strings and numbers
I'm using the following code to try and create a "Range" for importing an excel spreadsheet into MATLAB. Instead of getting a s...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Linear Model with 4 parameters
I need to come up with an estimate for the starting values of the coefficients of a rational model. The rational model is: On...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Need to move to another line to avoid error
My simulations is tedious and takes quite some time. To ease my burden, I have setup the simulation to run in batch mode. The ...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Divide a scalar by all non-zero values in a matrix row and input results into a new matrix
I have a matrix cA. I want to input values into a matrix A that are a scalar (1E-14) divided by each element in a row of cA tha...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Merge selected column elements from two matrices into a new matrix
I have two identically sized matrices. Once matrix, cA, contains the concentration of hydrogen ion while cB contains the concen...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Pass curvefit start points into function
I am new to Matlab, but have somehow figured out how to create a curve fitting function that is called by the main program. I n...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Create a new table by transforming data in existing table with few lines (maybe just one)
I have a table (not matrix) that has data read in from Excel. I want to change some of that data by multiplying by certain valu...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Output the amount of time it took to run a simulation
My simulations take a long time. I would like to be able to measure the amount of time it took for a simulation to run. I woul...

más de 4 años hace | 2 respuestas | 1

2

respuestas

Pregunta


Semilog plot that includes curve fit
I have used the curve fitting app to generate code to plot the data and the curve fit. I am new to MatLab but it looks like the ...

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

1

respuesta

Pregunta


Semilog plot in curve fitting tool
I am new to using the curve fitting tool. I have some data that I want to fit a curve to. I have clicked on the curve fitting ...

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

1

respuesta

Pregunta


Ignore zero values when searching for minimum value in column of matrix
I have the following code to find the minimum value in the last column of matrix cANALY: [tnValueAnaly, tnRowAnaly] = min(cANAL...

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

1

respuesta

Pregunta


Find the maximum value of a column in a table
I have a spreadsheet that is read into a Matlab table. I need to get the maximum value in column 1. I thought the following wo...

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

1

respuesta

Pregunta


Highest row number in a table
I am reading an excel spreadsheet into a table in MatLab. The number of rows and columns can vary. I need to find the maximum ...

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

1

respuesta

Pregunta


Scan a row and replace any values equal to zero
I need to replace any zero values in the columns of a specific row, i +1, of a matrix, cA, with a specific value, say 1E-07. How...

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

1

respuesta

Pregunta


Sum of Least Squares
I have a table, Check, where I would like to subtract column 6 from column 5 (to obtain a residual) and then square the residual...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Dimensions of arrays being concatenated are not consistent.
I have no idea why I am getting an error in the following code: FluorDataInd = round(i/TimeFactor)+1 x=[ConcValues{1,1} Co...

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

1

respuesta

Pregunta


Select a record from a table where an exact value is not provided
I have a table which I will be loading with Excel data (I haven't ever done that, but I think I can just paste data in). My que...

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

1

respuesta

Pregunta


Initializing all rows with one set of values in one half and another set in the other half
The following line of code works for initializing the first row of an array: cA(1,:)=[cA0*ones(1,(N-1)/2+1),Kw/cB0*ones(1,(N+1)...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Respondida
Retrieve curve fit coefficients
I tried using coeffvalues, but all it does is store a bunch of text including the values that I want in a 1x1 something or other...

más de 4 años hace | 0

Pregunta


Retrieve curve fit coefficients
I am using a 4PL function written by someone and available from a MatLab search. I don't understand how to store the curve fitt...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


stop execution of code to check results
Is there a way to stop code from executing so that results can be checked. For example something like if i == 100000 Stop...

más de 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Set upper and lower bounds of for loop
I would like to set the upper and lower bounds of a for loop based on the values of simulation parameters. I'm not sure how to...

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

1

respuesta

Pregunta


How to handle NAN when summing
I have the following code: for k = 1:N W(i,k)=W1*(cB(i,k))^W2; Fluor(i,k)= cB(i,k)*W(i,k)*dx; end FL = su...

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

1

respuesta

Cargar más