Pregunta


Is it possible to organize variables shown in workspace?
I am interested to arrange parameters shown in the workspace based on the script. I have two scripts now and one script calls th...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Is it possible to 'clear all' variables except one?
I am using clear all command. But I wan to keep just one of the varibles. Lets say the name of that variable is 'var'.

más de 6 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to call .m file from an other .m file?
I have a matlab file which is reading a .json file and do some calculations on it and produces some parameters with their values...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Index in position 1 exceeds array bounds (must not exceed 1).
Index in position 1 exceeds array bounds (must not exceed 1). Error in jsondecode_v1 (line 257) text(total_cellcount.time(fi...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to find max of an array avoiding the inf?
I have an array of numbes in which some of them are inf. I want to find the largest number among non-inf numbers. Any suggestio...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Convert 0×1 empty double column vector to zero
I am running a code and some of the parameters are 0×1 empty double column vector. Is there any way to convert these to zero? ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Call specific rows of a table then choose rows that has specific criteria in those rows .
I want to say for each radius celltracker_group2.time == 10 if radius<=3 and cell_type==4 then GroupCount=GroupCoutn+1. Any h...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to call a specific element of a table
I want to find the "radius" in which "time" is 2 and p"erhexagon" is 2.1667. There might be more than one radius that matche...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to plot a series of numbers which some of them are inf?
I have a series of X and Y that some of Ys might be inf. Ys are changing in each loop there might be inf in them (more than one ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Replace one NAN with zero in a row vector without a loop
I have a row vector that its size is changing in each run. Some of its elements might be NAN and I want to replace those with ze...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


inset of matlab figure inside the figure doesnot show new axes label
Here is the code I used: figure (3) plot(total_cellcount.time,(prolif.')./total_cellcount.sum_sum_cell_count,'o') xlabel('Ti...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
How to organize a table?
I used celltracker_group = varfun(@mean,celltracker,'GroupingVariables',{'time','cell_type'}); and it worked perfectly. It prod...

más de 6 años hace | 0

Pregunta


How to organize a table?
I have a table around 700 rows and 7 columns. The second column is time. I have 5 different times. The last column is "cell type...

más de 6 años hace | 3 respuestas | 0

3

respuestas

Pregunta


how to skip an error inside a loop?
I have a loop which reads from a structure. The pattern might change in the loop. Sometimes I need to call the element that I wa...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


convert cell to integer
I have a 1*1 cell in which its content is ineger. I need to convert the content to integer (no cell anymore just like a number i...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Add title to one row of a subplot
I am using subplot and there 6*2. I want to add title for every two plots that are in the same row. Any suggestion?

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


For loop and subplot
I have a for loop and in each loop I plot to figures. I want each pair of figure to be plotted next to each other (left and righ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to add a new column to a table. The length of the column is longer and want to add from the first row till the last row of current table and neglect the rest of the column
Imaging there is a table that has 500 rows and I want to add a colmun which has 1000 rows to the table (adding the first 500 row...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Matrix calculation indexing conditional
I have a matrxi of 500 rows and 6 columns. I need to sum all the rows of 2nd column of the matrix if their 3rd column and 4th co...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to sort one column of a matrix
I have a matrix that has 500 rows and 5 columns. I want to sort the matrix based on the 3 rd column. I mean rearrange the matrix...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Double = in one line of code
Can I define a=b=c in one line of code in matlab? if yes what is the syntax? I do not want to define in double section like a=b...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to call nested structure and cell array?
if I want to call the firts column of the data.timepoints how can I do that? I mean the "time" column. I really appreciate a...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Extract info from .json file by matlab
I need to parse a json file and extract many objects and arrays from that file. Then I am going to plot those extracted informat...

más de 6 años hace | 4 respuestas | 0

4

respuestas

Pregunta


How to open multiple .json files and parse the data in it in automated way?
In each .json file, there are mixtue of string and numbers. All .json files have the same struncture but numbers/strings changes...

casi 7 años hace | 1 respuesta | 1

1

respuesta

Respondida
Create an excel file in a specific folder
Thanks!

alrededor de 7 años hace | 0

Pregunta


Could not set variable: javax.script.filename. If MATLAB is running remotely, value of: C:\Users\Fiji.app\plugins\Scripts\xxx_.m must be converted to a MatlabNumericArray.
I have written a script for FIJI by matlab. It is apparently working properly (I mean I can see my final result) but I get aform...

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas