Statistiques
RANG
209 488
of 300 840
RÉPUTATION
0
CONTRIBUTIONS
13 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
38.46%
VOTES REÇUS
0
RANG
of 21 092
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 238
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
Script that performs the same as MATLAB function.
I am looking to create scripts for some internal functions: repmat, fliplr, flipud, and rot90. I am familiar with how each works...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How do I bypass Error (index must be a positive integer or logical)?
I created a script that will give the average of the negative numbers entered by the user. I was attempting to store the entered...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I convert this to a while loop?
I have a script that works but I would like to convert it to a while loop and I am stuck. Any help is appreciated. Script is bel...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Can xlswrite be used to prompt the user for the file name?
I have a script that writes the results to an excel file. Currently the file name has to be entered into the script. I want the ...
plus de 10 ans il y a | 3 réponses | 0
3
réponsesQuestion
Error in Matrix multiplication function.
The message below is the error I get when I run this function file. I am not sure why. The function is supposed give an error if...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Code will not display getting error
I am getting an error on line 14 it will not display B. Any suggestions? This is the code: A=[1 2 3;4 5 6;7 8 9] [m,n]=...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
Can this code be more efficient?
I wrote this code with some help of a classmate and I think the code can run more efficiently. It coverts whole numbers & number...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Using a while loop to perform like cumsum function.
I have to create a code utilizing nested while loops to perform the same operation as cumsum. If I enter A=[1 2 3;4 5 6;7 8 9], ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseGeometric Mean and average.
I think I found the answer. i=1; n=1; while n >= 0 ix = input('Enter your numbers: '); if ix < 0 % break ...
plus de 10 ans il y a | 0
Question
Geometric Mean and average.
I am trying to create a code that will accept inputs until a negative integer is entered then take all the positive integers as ...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Help with dec2bin conversion
I have to create a code using a while loop that will output the binary form of a number(that is less than 1). The code I have wo...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How to find matrix column & row max & min output as vector?
I need to create a script that gives the maximum & minimum value of each column and each row of a vector. This is what I have so...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to convert from a for loop to a while loop
function [y] = HW5_P2(n) %This function file determines the value of n^2 over the range 1 to n for i = 3:3:n x = [1:i];...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Using a while loop, what am I missing?
The code works but does not print the first number. The range is 1 to 11 odd numbers only but I need number 1 to show in the lis...
plus de 10 ans il y a | 1 réponse | 0
