Pregunta


Change a column of data in a variable from numeric to a string value
Hello, I have a variable (Gc) containing a range of data but only 2 columns (177,2). I want to change all the numeric entrie...

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

1

respuesta

Pregunta


Create a new variable when conditions are met
Hello All, A question from a novice here that has been working on what no doubt many of you will consider a very simple prob...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to load an image to a figure using uigetfile/imread?
Hello, Novice coder here with a question that I am certain there will be an easy answer to - it just escapes me at the momen...

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

2

respuestas

Pregunta


How can I select a value from a filename and write a different value to a structure?
Hello All, Firstly, my apologies for not being able to give you some example code here - a large part of the problem I am ha...

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

1

respuesta

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

alrededor de 10 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

alrededor de 10 años hace