Frage


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...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


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...

etwa 11 Jahre vor

Gelöst


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:...

etwa 11 Jahre vor