Community Profile

photo

Surama Biswas


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


Control x in ode23tb
This is a system of chemical rate law equations which is needed to be solved by ode23tb. Here, I want to double the initial va...

3 years ago | 0 answers | 0

0

answers

Question


Given initial states of variables and the Boolean expressions, can we obtain steady state of a Boolean network?
I am working with Boolean network model. E.g. a 3-node network with nodes A, B and C. The equations involved are: A = A & B; B...

3 years ago | 0 answers | 0

0

answers

Answered
How do i convert scientific notation into number in matlab
Following example by Stephen Cobeldick works for me. I need to place each bit by last fprintf in an array. Please help me. Than...

3 years ago | 0

Question


How to get rid of two consecutive double quotes from my string?
I have pasted some data from R into one of my Matlab variable. Here, I have a string enclosed with two double quotes e.g ""01100...

3 years ago | 1 answer | 0

1

answer

Question


How to obtain array of strings contained in a cell
I have a 1×1 cell array containing {1×23 string}. How to get the 23 strings back? cellstr, string and car not working.

3 years ago | 2 answers | 0

2

answers

Question


How to execute C++ scripts and functions which I need to call from MATLAB (2019a) scripts/functions?
I have successfully installed MinGW-w64 C/C++ compiler as add-on and executed the command 'mex -setup'. I have kept the folder c...

4 years ago | 1 answer | 0

1

answer

Answered
Introduce a fixed time delay
Also you can evaluate how much time required to execute your function f, by using timeit(f) and then use pause or simply using p...

5 years ago | 0