Syeda Amberin
Followers: 0 Following: 0
Statistics
RANK
271,384
of 296,468
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,379
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,514
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
solve not returning two answers
Hi, I have a nonlinear equation that I need to sovle for 'x'. Following is my code: syms x q N q=.95; N=500; eqn = 2*log(...
5 years ago | 2 answers | 0
2
answersQuestion
specify array with values
Hi, I am trying to set up an array of values with lower and upper bounds. The lower bound (lb) is .1 and the upper bound (ub)...
5 years ago | 1 answer | 0
1
answerQuestion
Extract rows with a range of values
I have two tables. The first table (tab1) has column with ids. We call it ID. The second table (tab2) also has ids which is call...
5 years ago | 1 answer | 0
1
answerName a variable that includes the cell name from a cell vector
I figured a round about. s1='_a'; s=strcat(Events(1),s1); Producing: 'Nato_a' Thanks,
6 years ago | 0
Question
Name a variable that includes the cell name from a cell vector
Hi, I am trying to assign names to the tables I am creating. I have a 1 by 20 cell vector called "Events" with each cell contai...
6 years ago | 1 answer | 0
1
answerQuestion
How to find corresponding values for one cell array in another?
Hi, I have two cell arrays, both have 688 cells with [18,1] entries. One cell array has values of stock price and the other has...
6 years ago | 0 answers | 0
0
answersQuestion
My cell array has 861 rows and each row has vectors of varying sizes. I want to calculate std dev only for cells that have 20 elements. Others should give a value of 0. How do I tell cellfun to get only the cells with 20 elements. Here is my attempt
Stds=cellfun(@std ,ratios,'UniformOutput',false); % trying to calculate standard dev for cells for cell array 'ratios' that have...
6 years ago | 1 answer | 0