Mike Mierlo van
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
30.533
of 295.527
REPUTACIÓN
1
CONTRIBUCIONES
18 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
88.89%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
Feeds
how to solve this nonlinear equation?
Please specify variable: 'gss'. This one is unknown in your function. Also what Tayyab says: what do you want to solve? It hel...
más de 3 años hace | 0
Pregunta
Text in legend is writton over each other. Legend only has one row instad of three. Also wrong default placing of axis tiltes.
Hi guys, I use MATLAB R2021a and I have a figure with a legend, using interpreter 'tex'. Often, not always which is weird, the ...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Please help with the correct syntax for this interpolation (interp2)
Hi, I want to use a 2D-interpolation, but I do not understand the syntax of interp2. I simplified my acutal problem so it is ea...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Error in ODE45.
Hi guys, I am trying to simulate a falling object with air resistance and wind involved. I am trying to use ODE45 but I get err...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Help with ODE45
Hi, I want to implement a ODE45 solver, but it does not work the way I want, please help! Situation: I want to model a simpl...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Change text to numbers in a cell
Hi all, Lets say I have 4 x 2 cell matrix A: 1 'text one' 'text two' 2 '5' 'text two' 3 'text ...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Find the index of the first integer of an array in another array
Hi, I want to find the index of the first integer of an array in another array. For example. I have array A = [ 0 0 0 ] and I...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
convert vector of doubles to a cell of strings
Hi, I have the vector A=[0;1;0;1]; I want to convert this into the cell array A 4 x 1 cell array {'no'} {'yes'} {'no'} {'...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Convert a cell of 'yes' and 'no' into array of 1 and 0
Hi guys, I have a problem converting a cell of 'yes' and 'no' (string) into array of 1 and 0 (double). Lets say I have the fo...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Seperate rows in matrix based on values of the elements.
Hi, I have simplified my 'multiple radar' problem into this: Lets say I have matrix A, consisting of columns 1 (timestamp) and...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
readmatrix with numbers and text from .csv file
Hi guys, I have a very large .csv file to read which contains text and numbers. To explain I have a very simplified .csv file b...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
For loop for a comparing values of a column vector with a value
Hi, I want to perform the following, but I get unexpected outcome. The plan is: 1: make column vector ‘costs’ 2: for ever...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Get every first value above a treshold out of an array
Hi guys, Lets say I have an array with elements with A = [1 2 3 4 5 6 2 3 4 5 6 3 4 5 6 7 8 1 2 1 2 1 2 3 4 5 6] Now I want ...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How to store vectors from each for loop in a matrix
Hi I have a for loop. The result of every iteration is a rowvector. I want all rowvectors of the for loop stored as one matrix. ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Surf plots 2D + color. I want a 3D plot. What is the solution?
I have the following code: if true x= 30:0.1:50; y= [100:0.1:150]'; Z= x.*y; surf(x,y,z) end I want to have a 3...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get a matrix of all maximum values of elements of multiple matrices of the same size?
I want to get a matrix filled with elements that are the highest number of the element in other matrices on the same location in...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to perform a vectorized operation with an array of multiple random numbers?
I want to perform multiple vectorized operations with the following numbers: v_tank = 10.*rand(100,1)+35; The code is: clear ...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Why does my plot not display the 50 values of t_operation?
I want to plot t_operation for 100<x<150. I tried this code, but it does not work. I do not understand why. clear all; close al...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Save data from for loop without subscript index
I am programming a simulation of a falling object and I want to plot its trajectory. When plotting I experience the problem that...
más de 5 años hace | 1 respuesta | 0