Kash Costello
Followers: 0 Following: 0
Feeds
提问
Error in XML file
Hi, I'm having problem with my XML file. It says: An invalid XML character (Unicode: 0x1) was found in the element content of...
5 years 前 | 1 个回答 | 0
1
个回答提问
Matlab and IDL Data Types
Hi guys! So I'm having some problems with the data types in Matlab and IDL. So, in IDL, it automatically identifies the data ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Matlab and IDL Data Types
Hi guys! So I'm having some problems with the data types in Matlab and IDL. So, in IDL, it automatically identifies the data ...
5 years 前 | 0 个回答 | 0
0
个回答提问
How to use multiplexer?
Hi guys! I'm trying to connect to a database - which I already did by using an ODBC driver. Now, I have an XML file that has som...
5 years 前 | 0 个回答 | 0
0
个回答提问
How to run matlab function in Linux command line?
Hi! So I wrote a function in matlab (with one input) and I would like to run it through the Linux command line. I went thr...
5 years 前 | 1 个回答 | 0
1
个回答提问
Change the Voxel size and image dimensions
Hi, So my original image dimension is 256x256x207 with voxel size 1.21875x1.21875x1.231. I wanted to change the same image to ...
5 years 前 | 0 个回答 | 0
0
个回答提问
How to upsize the voxel size in an image?
Hi! So I have an image dimension of 256x256x207 with voxel size 1.21875x1.21875x1.231 I want to upsize the voxels into 2.036...
5 years 前 | 0 个回答 | 0
0
个回答提问
Inverse of atan2d
Hi, Does anyone know how to do the "inverse" of this matlab command atan2d? answer = atan2d(y,x); I have the "answer" but I...
6 years 前 | 1 个回答 | 0
1
个回答提问
Same bins for histogram
Hi, I have this code - attached in this post. When you run this program, it would give you several subplots with histogram in ...
6 years 前 | 2 个回答 | 0
2
个回答提问
How to create a vector of this output?
Hi! Can anyone tell me how to do this in matlab? I've tried using 3 for loops but I am getting the wrong answer. My range is f...
6 years 前 | 1 个回答 | 0
1
个回答提问
Decomposing a Transformation Matrix
Hi! I have been trying to look for a function that will "undo" a transformation matrix. I saw in Matlab that there's a f...
6 years 前 | 2 个回答 | 0
2
个回答提问
How to make cylinder without cylinder function?
Does anyone know how to make a cylinder without using the cylinder function? Like, will meshgrid be a good way to start? I would...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to make a transmission map/attenuation map for simulation?
Hi, I attached my code here and it's just a circle with 10 cm diameter. The result of this code (the image) is called the "e...
6 years 前 | 0 个回答 | 0
0
个回答提问
Explanation on how to make a circle
% Create a logical image of a circle with specified % diameter, center, and image size. % First create the image. ima...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to write to an existing column of a file?
Hey there, I have a .daf file here (you can open in wordpad) and you can see that there are 10 columns. I want to overwrite j...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to access the correct index?
Hi there! I attached my code in 1.png. I am having problems with the index. I also attached 2 results. "2.png" (left picture)...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to change the font location in mesh?
Hello! I have this code to plot my mesh. When I use my Rotate 3D to make it look like a plane, some of the numbers are not visib...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to make intercept 0 in fitlm?
Hello, i have this code here. I got my result for this code but I want the intercept to be 0. Does anyone know how to do that...
6 years 前 | 1 个回答 | 0
1
个回答提问
Solve command in matlab not working?
So my code is like this. I have 4 unknowns: L, F, DMR, and D. I also have 4 equations. I already tried this code with 2 equat...
6 years 前 | 2 个回答 | 0
2
个回答提问
How to cut pixels from an image
Hello, so I have no idea how to do this. In the image, there's a red box. that would be my center point. i have to just extract ...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to save subplots into an image?
So, I have this code here for my subplots. n=64 figure(n); Imin=1; for I=Imin:31 im1=rot90(reshape(f_1(:,I,:...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to create an equation of a line with Matrix?
Hello, I attached an image here and it is a matrix of 22x100. fxy_2 = new_twenty_proj(329:350,222:321); This is my fx...
7 years 前 | 0 个回答 | 0