Jerki Jokne
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
136,085
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
How to merge two column cell arrays into one, with alternating values?
A = ones(5,1); B = zeros(5,1); Assuming A and B will always be the same size, how can I get the result? I can't seem to find...
3 years ago | 1 answer | 0
1
answerQuestion
Distributing a cell array into another
If I have 2 cell arrays of chars, is it possible to distribute them such that they are combined and concatenated? A = {'Categor...
4 years ago | 3 answers | 0
3
answersQuestion
Hyperlink in Excel cell to open Simulink model?
Hello, I realize that this may be more of an Excel related question, but perhaps someone from this forum has already done what I...
4 years ago | 2 answers | 0
2
answersQuestion
Concatenating vectors based on list of variable names
I have 5 column vectors in my workspace with the same length, and a cell array with their names in the order that I would like t...
4 years ago | 2 answers | 0
2
answersQuestion
Using cellfun with function that can return nothing
I am trying to use the cellfun function to execute the evalin function on a cell array of char vectors, which correspond to elem...
5 years ago | 1 answer | 0
1
answerQuestion
How to get vectors of common duplicates in a cell array?
Let's say I have a cell array of values, some of which are duplicates: A = {'a', 'b', 'c', 'c', 'a', 'a'} How can I get an out...
5 years ago | 1 answer | 0
1
answerQuestion
When are libraries inserted into a Simulink model?
Custom library blocks are stored in their own library files, and the model that uses them contains library links to these blocks...
5 years ago | 1 answer | 0