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
943 views
1 answer
    I was trying to do histogram image comparison between two RGB images which includes heads of the same persons ... People Looking at each other See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a process which is repeated on a set of data stored in separate folders. Each time a certain folders data ... a way that would be great. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
895 views
1 answer
    I am trying to write some code which feeds a function with an unknown number of parameters. The idea is to ... help will be much appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
880 views
1 answer
    Suppose I have a matrix defined as follows M = [C1 C2 C3 C4] Where the C's are column vectors I want some ... C4; C3 C4] Thanks in advance! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
941 views
1 answer
    I have a function handle that operates on 2d arrays of arbitrary size: R2T = @(DL1,DL2) arrayfun(@(DL1,DL2)... 1/( ... is: ans = -99 -99 -99 NaN See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    x = [1: 1000] hist(x) then, there are figure showing the histogram, but if i set the axes property and ... to plot the histogram with log scale. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
833 views
1 answer
    The problem is the following: I have a cell array of the form indx{jj} where each jj is an array of 1xNjj, meaning they ... 3 5 4]; ans=[1 3]; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
771 views
1 answer
    I want to write a sliding window algorithm for use in activity recognition. The training data is <1xN> so ... how to implement this correctly. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
838 views
1 answer
    I have a 1 x 118 matrix called current_load that I need to update periodically. This matrix resides in the ... an example how to handle this See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
773 views
1 answer
    I want to realize component-wise matrix multiplication in MATLAB, which can be done using numpy.einsum in Python as ... least for-loop of n. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
845 views
1 answer
    So, I have a MEX gateway script file that calls my C source code. I've used the -L and -I commands to link ... -static and .a options are out. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
820 views
1 answer
    This question is an outgrowth of MatLab (or any other language) to convert a matrix or a csv to put 2nd column ... this? Thank you in advance! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
752 views
1 answer
    I want to create a 2D diagram like the following, The above image has been created using Graph in MATLAB ... proceed will be really appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
958 views
1 answer
    I have a cell array c of equal-sized arrays, i.e. size(c{n}) = [ m l ... ] for any n. ... And looping manually of course takes like forever... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
976 views
1 answer
    I'm new to python, which I need to use for an assignment in a course. I developed the solution (an ... I appreciate your kind help, thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
773 views
1 answer
    I have 3 sequences in a cell-array: Input_cell= {'ABCD','ACD', 'ABD'} S1= 'ABCD' % which means A<B ... from a given cell-array of sequences? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
857 views
1 answer
    I have a matrix say Z = [1 2 3; 4 5 6; 7 8 9] I have to change its values, say at positions (2,2) ... . How can I do it without using for loop? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
793 views
1 answer
    Hello anyone does know? I have data(myData) from matlab workspace. And in matlab simulink I have to do ... two value(myData and regulator). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
915 views
1 answer
    I'm using the still undocumented HG2-Update to create my MATLAB plots, because they just look that much ... there any solution or workaround? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
947 views
1 answer
    I want to draw a contour plot for 3D data. I have a force in x,y,z directions I want to plot the contour3 ... , X and Y must also be vectors. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
939 views
1 answer
    for control=1:7 name=strcat('tau: ', num2str(TD(control)),' PLD: ', num2str(PLD(control))); fprintf('Control ... with min that won't with mean? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
896 views
1 answer
    Let's say I have a cell array containing 1x2 cells. eg. deck = {{4,'c'},{6,'s'}...{13,'c'}...{6,' ... the cell with the values {13,'c'}. Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
748 views
1 answer
    I know this is simple but am having a hard time finding the right function for this. I have a vector a = [1 2 3 4 ... [3 4]. How do you do this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
902 views
1 answer
    For some reason, I would like to plot the line and marker of the same data separately. data1 = (1:1:10)'; ... I make legend like this? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
685 views
1 answer
    I have an ODE for calculating how acidicity changes. Everything is working just fine, only I would like to change a ... it is supposed to do. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
884 views
1 answer
    I am trying to create a recursive function call method that would print the Fibonacci until a specific location: 1 ... is resulting in an error? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
669 views
1 answer
    Here's the problem Consider the following function: function A = plodding(N,d) for ii = 1:N jj = 1; A(ii, ... . Could someone please help me???? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
776 views
1 answer
    For my application, I want to interpolate between two images(CT to PET). Therefore I map between them ... size regarding to the interpolation? See Question&Answers more detail:os...
asked Oct 24, 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

...