Réponse apportée
Variables within other variables
I am not clear with your question but with whatever i have understood is you can have a single cellarray containg all the varia...

plus de 3 ans il y a | 0

Réponse apportée
join two cells on certain cell row values
try converting the cells to table format. then you can explore inner join feature of tables to perform your task

plus de 3 ans il y a | 0

Réponse apportée
imread error file does not exist
actually the path which you have given is in wrong format try to remove the space before foldername This PC imgread=imread('c:...

plus de 3 ans il y a | 1

Réponse apportée
how to substitute, in a table, variable names with the values of a vector
for num = 2:5 table_name.Properties.VariableNames(num) = {'New substitute name here in this case X(num-1)'}; end

plus de 3 ans il y a | 0

Question


Insert Hyper link in report genrated from matlab report generation tool
hello all, i am trying to insert hyperlink in the report .I am generating the report using the matlan report generator tool. i...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


plot cdf and calculate 90th percentile value
hello all , i have a variable z_cdf attached; prctile(z_cdf,90) % answer is 30.9361 now using z_cdf i am trying to plot cdf....

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


is it possible to combine two matfiles ?
supposes i have 2 matfile : matfile 1 consits of : block 1 block 2 matfile 2 consits of : block 2 block 3 now i want to c...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


i have a variable in my workspace and i dont know its name directly
for example i have loaded a variable Verification_2018 = [ ]; in my workspace. now i directly dont know its name. i know tha...

plus de 4 ans il y a | 2 réponses | 0

2

réponses

Question


how to calculate percentile from ecdf values f and x
suppose i have y = 0:10; [f x] = ecdf(y); plot(x,f); then why does my x value corresponding to f = 0.5 is not equal to medi...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


i want to read a csv file and store as rows and columns of a cell
i have a csv file at a particular location. i have attached the csv file. i want to read the data in the csv file in the below ...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


how to load a matfile and access & process its content.
I am explaining my doubt with an example. Eg: suppose i load a matfile named 'validation.mat' using load command, the contents ...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


normalize a histogram in matlab 2013b
hello all , i have a similar issue as in https://www.mathworks.com/matlabcentral/answers/266306-how-to-normalize-a-histogram#an...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


visibility range of histogram
hello i have 2 questions now, in below histogram how do i limit the range of x-axis to around 200.(here i am also specifying th...

plus de 4 ans il y a | 2 réponses | 0

2

réponses

Question


to highlight median value on the plot.
hello , i have plotted a graph using cdfplot(z) now i need to indicate median as a line on graph as shown below here i nee...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


how to plot cumulative normal distribution of matlab
i have a data "z_hist" which i have enclosed below. now i need to plot cumulative normal distribution which looks something lik...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


how can i move cell components to new line
hello All, i have a cell array where each row looks like a{5} = 'temp=25' 'vds=12' 'id=60' 'vbchmax=14' now i wa...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Using Matlab Regular expressions ans Tokens
i have a cell array containing strings for example i have a(:,1) = 'temp_25_vbchmax_14_vds_10_id_80' 'temp_-55_vbc...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


improve visibility of a plot
is their any way, by which i can get better visibility of the graph. i.e in the above graph the blue line is almost flattened ...

plus de 4 ans il y a | 2 réponses | 0

2

réponses

Question


create specific color map and save it
how do i create my own color map for 2D-scatter plot. such that all the values of z z <= 10 ------- take green color 10 < z <...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


change color scheme of a scatter plot
here above you can see i have a 2-D Scatter plot. now i want to change the color scheme. for all the values values <= 10 ...

plus de 4 ans il y a | 3 réponses | 0

3

réponses

Question


scatter plot covers the axes values
i have my scatter plot shown above. i have increased the marker size to distinguish clearly between colors. but since i have...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


sort a string based on particular value
Hello All, i have a list of type ch = { 'temp_25_vgs_8', 'temp_25_vgs_3', 'temp_25_vgs_9', 'temp_25_vgs_10', 'temp_20_vgs_8',...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


matlab report explorer,color
i am inserting the table shown below in a Pdf report generated through MATLAB REPORT GENERATOR TOOL. now i need to know is thei...

presque 5 ans il y a | 1 réponse | 0

0

réponse

Question


matlab report explorer tool
hello all i am using "Report explorer" tool of matlab to generate a PDF report. i evaluate certain condition and store it as ...

presque 5 ans il y a | 1 réponse | 0

0

réponse

Question


kill a processb from matlab
hello all i have got the process id [pid] of an external process. what is the syntax to kill that process using the pid. i ...

presque 5 ans il y a | 2 réponses | 0

2

réponses

Question


sorting string based on the value in it
'temp_25_vgs_4', 'temp_25_vgs_5' , 'temp_25_vgs_8' , 'temp_25_vgs_6' , 'temp_25_vgs_9', 'temp_25_vgs_7' how do i sort the ...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


Finding PID of external process called from MATLAB
Hello All, I call an external process(.exe) from matlab on windows machine through the script using 'system()' is their any w...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


calling and killing an external program from MATLAB
Hello All, I call another application(saber) from matlab for simulating. it works well and the output of simulation are writte...

presque 5 ans il y a | 1 réponse | 0

0

réponse

Question


kill an external process (simulation ) if it is taking too long
Hey everyone, even i am using the same stratergy ( https://in.mathworks.com/matlabcentral/answers/300633-external-program-run-k...

presque 5 ans il y a | 2 réponses | 0

2

réponses

Question


Share data between gui
I have inserted the image showing the flow of gui's.i need to access 2nd gui data in gui 5. I also need to store all gui data t...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Charger plus