Domanda


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...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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'.

quasi 5 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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? ...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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 ...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 5 anni fa | 1 risposta | 0

1

risposta

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

quasi 5 anni fa | 0

Domanda


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...

quasi 5 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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?

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 5 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

circa 5 anni fa | 0 risposte | 1

0

risposte

Risposto
Create an excel file in a specific folder
Thanks!

oltre 5 anni fa | 0

Domanda


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...

oltre 5 anni fa | 0 risposte | 0

0

risposte