Question


Multi level cell multiplication
I have a cell of size <1x26>. I want to multiply it with 100. How can i do it?

9 years ago | 1 answer | 0

1

answer

Question


structure to cell conversion
I have a structure file with multiple arrays i.e., <1x26 struct> size, and each strut has three different field variables, such ...

9 years ago | 1 answer | 0

1

answer

Question


How to create structure file?
I want to create a structure file of <1x20>, with fields 'x,y,type,cost'. And i also want to assign different values for each st...

9 years ago | 2 answers | 0

2

answers

Question


How to add cost function to an object in .mat file ?
I have a coordinates of a polygon in 2D form, i.e., x and y coordinates of a polygon, now i want to add cost to that polygon, ca...

9 years ago | 0 answers | 0

0

answers

Question


Convert .shp file to .mat file
How can i convert a shape file into a matlab file?

9 years ago | 1 answer | 0

1

answer

Question


How to add cost?
I have a .mat file in which there are coordinates of some polygon, now i want to add costs to these polygon. How can i add that?...

9 years ago | 0 answers | 0

0

answers

Question


How to read .hgt file in matlab.
I have tried with the command X=READHGT(filename); but its not working. I am getting an error statement as "Undefined function '...

9 years ago | 0 answers | 0

0

answers

Question


Determing intermediate points in 3D mesh plot
i have a series of x, and y points eg: x=1,2,3 and y=1,2,3 and i have z =[10,20,30;15,25,35;30,40,50] and i have plotted a mesh ...

9 years ago | 1 answer | 0

1

answer