Mike Mierlo van
Followers: 0 Following: 0
Statistica
RANK
30.533
of 295.527
REPUTAZIONE
1
CONTRIBUTI
18 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
88.89%
VOTI RICEVUTI
0
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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...
oltre 3 anni fa | 0
Domanda
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 ...
oltre 3 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 4 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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'} {'...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 5 anni fa | 2 risposte | 0
2
risposteDomanda
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. ...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 5 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 5 anni fa | 1 risposta | 0