Bob Whiley
Followers: 0 Following: 0
Statistiques
RANG
35 570
of 295 486
RÉPUTATION
1
CONTRIBUTIONS
16 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
1
RANG
of 20 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 950
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Change color of different spheres
I have the following code to plot a sphere [x y z] = sphere; a=[loc ;radius]; a = transpose(a); surf(x*a(1,4)+a(1,1),y*a(1...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Splitting an array and working on individual sections.
I have a large MxN array, M and N are both even, how can i split the array into 2x2 smaller arrays and perform operations on eac...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Plot Coefficient Vector from Polyder
If I found the derivative coefficients of a polynomial using the polyder() function, is there away I can plot those coefficients...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Change all indices of a word in a string to '*'.
What is the best method to change all indices of a certain word in a string to '*'. Like if my string were 'Hello, my name is...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I add one character before each line of textfile?
How can I add one character before each line of textfile and output a new textfile with the changes made?
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
While Loop column vector of strings
I am trying to make a column of names and a column of numbers given a .txt file. The names are always next to the number, with a...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Cell Arrays to string
If I have a long cell array, say a 1x120 cell (its arbitrary), each containing a different word like 'the' in one, and 'or' in t...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Compare .txt to a string.
How can you compare each line of a .txt file to a string?
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
Read first letter of each line of a .txt file
Given an input .txt file, how can I extract the first letter of each line of that file. Ex: file.txt is I’ve worn a black...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Evalaute a string left to right
Given an input string that represents a function (like 'f(x) = x^2 +2/2x+3') and a input value (like x=2), how can I evaluate so...
presque 10 ans il y a | 1 réponse | 0
1
réponseFibonacci sequence, slightly different.
If he beginning number were 0, how could I make it so the first index in the output vector is 0, then the sequence continues nor...
presque 10 ans il y a | 0
Question
Fibonacci sequence, slightly different.
I am trying to write a code for the fibonacci sequence, but instead of adding the the term to its previous one, I want a number ...
presque 10 ans il y a | 4 réponses | 0
4
réponsesQuestion
Check for array equality?
How can I check if indices of three arrays are equal and make those indices all zero if they are equal.
presque 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Replace NaN with corresponding elements in another array.
I can find the locations of all the NaNs in an array, but how can I replace those elements with the corresponding elements of an...
presque 10 ans il y a | 1 réponse | 1
1
réponseQuestion
Test multiple vectors for eqaulity.
If given an x amount of logical vectors, where all the logicals are the same in each vector, except 1 vector that may have one (...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Combine three logical statements.
I am trying to find if a certain string meets three specific requirements. I know how to test for each requirement individually,...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Search for elements in a string
I am trying to find whether a certain string of letters and special characters ( like /) and then output true if it does and fal...
presque 10 ans il y a | 6 réponses | 0