Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Matlab

0 votes
585 views
1 answer
    I'm trying to understand GMM by reading the sources available online. I have achieved clustering using K-Means ... of clustering. Thank you See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
675 views
1 answer
    I want to make a function like this >> matdup([1 2],3,4) %or any other input that user wish to enter ans= 1 2 ... at 6 m(i, j)= input Any idea? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
694 views
1 answer
    I'd like to create a bar graph where I change the color of some bars. The code for my bar graph is the following ... have no idea how to do it. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
627 views
1 answer
    I want to write the code for this equation:T2(i)=T1(i)+2*[T1(i-1)+T1(i+1)] syms T1 T2 function [ ... in scripts" How can I solve this problem? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I would like to show a non-uniform colorbar as in the first picture. I have tried the code below. 'mycamp4' is ... , v_2) Picture 1: Picture 2: See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
663 views
1 answer
    Is there a matlab function which allows me to do the following operation? x = [1 2 2 3]; and then based on x I want to ... ; 1 2 2 3; 1 2 2 3] See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
867 views
1 answer
    I have certain images in a directory and I want to load all those images to do some processing. I tried using the ... jpg...how can i do that? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
894 views
1 answer
    How can I normalize a vector to the range [-1;1] I would like to use function norm, because it ... denormalize that vector after normalization? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
573 views
1 answer
    I am trying to allign two images - one rgb and another depth using MATLAB. Please note that I have checked several ... matlab to do the same ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
597 views
1 answer
    I would like to plot the following inequalities: y < p2(1 - p1) and x < p1(1 - ( y / (1 - p1))). ... within [0,1]. I would appreciate any help! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
825 views
1 answer
    Tick labels for ticks bigger than about 10'000, get formatted to 1x10^4 for example. Whereas the exponential ... seen on the following figure. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
654 views
1 answer
    Given the code : A = [1 2 3; 3 2 1] B = A.^2 The output : B = 1 4 9 9 4 1 But if I do ... (.^) instead. What does the operator . do exactly ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
886 views
1 answer
    Suppose I have an AxBxC matrix X and a BxD matrix Y. Is there a non-loop method by which I can multiply each of the C AxB matrices with Y? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
713 views
1 answer
    I am new to Matlab and trying to figure out how can I deal with overflow and underflow arithmetic when the ... range) any help is appreciated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
625 views
1 answer
    I know matlab has a built in pdist function that will calculate pairwise distances. However, my matrix is so ... help is greatly appreciated! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
531 views
1 answer
    I have some C++ background and want to use classes in Matlab. What is the difference between a handle and a ... when I pick a handle class. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
746 views
1 answer
    What would be the easiest way to lightly shade (or hatch; or anything to set it different from the rest) an area in a ... = x.^2.; plot(x,y); See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
859 views
1 answer
    I have a data set that looks like this 140400 70.7850 1 140401 70.7923 2 140402 70.7993 3 140403 70 ... this? Without looping if possible. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
740 views
1 answer
    I need to perform few tests where I use randn pseudo random number generator. How can I set the seed on my ... use it for seeding the generator? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
631 views
1 answer
    Suppose I have a matrix like: 100 200 300 400 500 600 1 2 3 4 5 6 10 20 30 40 50 60 ... I wish ... I do it (without writing an explicit loop)? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
757 views
1 answer
    I want the color of each arrow in a quiver3 plot from MATLAB to correspond to the magnitude of each ... color corresponding to their magnitude. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
731 views
1 answer
    I would appreciate if someone can help with the following issue. I have the following ODE: dr/dt = 4*exp(0. ... method, why does it looks nicer? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
727 views
1 answer
    How can I get the indices of "n smallest elements" in a 1D array in MATLAB? The array is a row vector. I can ... 63.3865 50.1101 and so on... See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
572 views
1 answer
    In many areas I have found that while adding noise, we mention some specification like zero mean and variance. I need ... noise .* snr(I); end See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
461 views
1 answer
    I am trying to plot the spectrogram of my time domain signal given: N=5000; phi = (rand(1,N)-0.5)* ... . Any help will be greatly appreciated! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
568 views
1 answer
    I was wondering if there is a way to create a '.exe' file from ' .m' file in MATLAB, such that it can be ... by a user using his own data files. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
663 views
1 answer
    I have an NxM matrix in MATLAB that I would like to reorder in similar fashion to the way JPEG reorders its subblock pixels: ... 3 6 8 9 7 8 9 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
696 views
1 answer
    I have two big arrays with about 1000 rows and 1000 columns. I need to compare each element of these arrays and ... How can I do this faster? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...