Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 2 answers | 0

2

answers

Question


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

8 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 1 answer | 0

1

answer

Solved


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

9 years ago

Solved


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

9 years ago