Risposto
How to choose only 5 points with left mouse button? How to draw a rectangle [-10, 10] x [-10,10] with interval of 5? (code included)
Nur the 'right' or 'left' mouse is not important, it's the mouse button that clicks the one that inputs clicks, whether your...

quasi 10 anni fa | 0

Risposto
How to save all rows of an input text file beginning with a given string to another string(or file)?
John the following seems to do what you ask: 1.- get the file, row by row, into workspace cell called A fid=fopen('ex...

quasi 10 anni fa | 0

Risposto
Hello I have a doubt with thermal images. How to convert pixel value in a thermal image to temperature in matlab. I am working on thyroid eye detection. I have rgb image(not original inrared camera image.)
Use PerkinElmer toolbox: <http://uk.mathworks.com/matlabcentral/fileexchange/22736-perkinelmer-ir-data-file-import-tools?s_ti...

quasi 10 anni fa | 0

Risposto
How to import excel file to MATLAB?
formats of command xlsread call: num = xlsread(filename)example num = xlsread(filename,sheet) num = xlsread(filenam...

quasi 10 anni fa | 1

Risposto
Help ! two nonlinear equations
Muhammed the expression cos(3*x)-cos(3*y)+1=0 is same as -2*sin((3*(x+y+x-y))/2)*sin((3*(x+y-(x-y)))/2)=-1 ...

quasi 10 anni fa | 1

Risposto
Need help with Plotting inside a time loop please!
Instead of the if, use directly Ft=zeros(1,length(t)) Ft = f*sin(wavomega*t(11:14)) If you find this answer of any he...

quasi 10 anni fa | 0

Risposto
In a sequence of 0 and 1, how to make sure that no same values appear more than 2 times consecutively?
Dushyant the following generates sequences of random even length with your requirements of no longer than paired 1s or paired...

quasi 10 anni fa | 0

Risposto
How to show variables workspace in a figure?
Herr Mueller, Servus try S=whos S contains the workspace variables, than you can store in a .mat file or export else...

quasi 10 anni fa | 1

Risposto
Hi, please I want to calculate the distance between this tow matrix using pdist2
Olfa p=[26 255 255 255 0 255 255] s=[255 255 255 255 0 255 255] % vector distance from p to s s-p ...

quasi 10 anni fa | 2

| accettato

Risposto
How to sort a matrix using loops?
Michael 1 for loop is enough A=randi([-10 10],5,6) % generate input B=A(:)' % reshape A into straight line ...

quasi 10 anni fa | 0

Risposto
Weird results using LU
Fabio your observation of a single case and then saying that the 1st column elements other than (1,1) are inverted or swapped...

quasi 10 anni fa | 0

Risposto
Unable to plot a complex function with EZplot
James the point that you are plotting with ezplot means you are using a discrete time base. Try truncating the sum series ...

quasi 10 anni fa | 1

| accettato

Risposto
Hi! Could you tell me how to know FIRST significant digit of number? Thanks in advance!
Mr Borisov Although I agree about not going text, Jan's answer seems to return imaginary values for certain numbers: try...

quasi 10 anni fa | 0

Risposto
PSNR vs SNR in image Processing
Hi Dani <</matlabcentral/answers/uploaded_files/49558/image%20Peak%20SNR%20PSNR.jpg>> MAXi is the maximum possible pixel v...

quasi 10 anni fa | 0

Risposto
Can somebody please guide how to solve this implicit relation for T under different values of t, i have tried using solve, fsolve and fzero but not getting correct answer
Since there is only one t on the left of the equation: c=2010; To=70; Tr=200; sigma=0.119e-10; epsilon=1; rho=0.101; ...

quasi 10 anni fa | 1

Risposto
how can i specify a parameter for each element of a random matrix?
Mr Stafford answer is correct, yet my reading of the question is that 'for each column' means Eldha only has 2 1xM vector...

quasi 10 anni fa | 0

Domanda


how to calculate all permutations of ['a' 'b' 'c' ... 'x' 'y' 'z'] just 26 characters, yet combinator.m combinations.m return errors
I need to calculate all permutations of simplified alphabet vector ['a' 'b' .. 'y' 'z'] with 26 characters. I know how many l...

quasi 10 anni fa | 3 risposte | 0

3

risposte

Inviato


function to plot indoor pickers following delivery
function that animates a group of pickers delivering to open containers and returning to start point

quasi 10 anni fa | 1 download |

0.0 / 5
Thumbnail

Inviato


slice using concentric spheres
slice using concentric spheres

quasi 10 anni fa | 1 download |

0.0 / 5

Risposto
How to plot a 2D image profile along an arbitrary line passing through the image center
Maura plot does not work if you give it theProfile directly. Either just give a single vector and plot will plot it, or give...

quasi 10 anni fa | 2

Inviato


how to read surrounding matrix elements following list of coordinates
how to read surrounding matrix elements following list of coordinates answer to reddit.com question

quasi 10 anni fa | 1 download |

2.0 / 5

Risposto
taking input from csv file using texstcan
you have a few longer than 15 digits fields that mislead IMTool. After adding some Returns, with IMTool i got this; <</mat...

quasi 10 anni fa | 0

Risposto
Explicit integral could not be found
try solving with a and be defined in advance: syms x f=1/(2-3*sin(x)) f = -1/(3*sin(x) - 2) int(f,0,2*pi) ...

quasi 10 anni fa | 0

Risposto
How should i Implement a function that fits a line using least squares to the 2-D data points. It should output the two parameters of a line without using a toolbox for fitting the line. And i have to do this by doing regression
the function polyfit(x,y,n) does what you need. The MATLAB starter help example with n=1 x = linspace(0,1,5); y = 1./...

quasi 10 anni fa | 1

| accettato

Risposto
como pasar una imagen HSI a RGB
mira la aplicación <http://uk.mathworks.com/matlabcentral/fileexchange/53354-hsi-%3C-%3E-rgb-image-conversion-tools?s_tid=src...

quasi 10 anni fa | 0

Risposto
how can determine the region of convergence?
From Digital Signal Processing using MATLAB, by Vinay K Ingle, John G Proakis pg 104 Region of Convergence of z doma...

quasi 10 anni fa | 2

Risposto
How to slice a sphere using spherical coordinates
Ok, it's a Montecarlo simulation: 5 elevation (polar) sectors, 10 azimuth sectors, 5 radius steps How to translate the your ....

quasi 10 anni fa | 1

Risposto
How to slice a sphere using spherical coordinates
1.- you want R: radius [0 .8] cm R_step=.2 phi: azimuth (horizontal), range [0 2*pi] phi_step=36*pi/180 theta: polar (...

quasi 10 anni fa | 2

Risposto
How to slice a sphere using spherical coordinates
have you noticed that the points belonging to a sphere of radius 1 (surface points) can be defined with [x,y,z]=sph...

quasi 10 anni fa | 2

Domanda


why plotted line with different color when changing width, and why different class when pulling handle from same plot
In R2016a, just started learning how to use .mlx the following long=-71.06; lat=42.36; UTCoff=-5 ; ...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Carica altro