Statistica
RANK
238.757
of 300.763
REPUTAZIONE
0
CONTRIBUTI
20 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
95.0%
VOTI RICEVUTI
0
RANK
of 170.923
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
construct meshgrid matrices without using function meshgrid.
Hi, I am going to construct meshgrid matrices1 x(i, j), y(i, j), given the grid points x=[0: 0.1:10], y=[0:0.2:10]. when I try...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
z value is missing during using surf for plotting
I have a user-program which is download on http://tinyurl.com/p4uqz4r. I have to use surf to plot a right circular cone with ba...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
using discrete cosine transform to break 16x16 to 8x8 blocks
I have to break a image-pixel array down to 8x8 blocks. Here is my code function imcompress(fig,fmt,mask) p = imread(fi...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
check an phone number area code with strncmp
The phone number should be ###-###-####, which is including the dash. I am writing a function to determine whether a string for...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Unexpected MATLAB operator during using isnumeric and isletter
I am writing a function that prompts the user for a number immediately followed by a letter of the alphabet. The format should b...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
create and display a cell array that have a same length of requiremant
I a writting a script that will create and display a cell array that will loop to store strings of lengths 4, 5, 6, and 7. it wi...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
countdown the received character
Hi guys, I have a function which will accept the characters and n, this function is a cell array with strings of decreasing le...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
stored character string to character matrix by using loop
I am going to use loop to prompt out 4 course name as 5-character string as form'AB101'. And I need to stored those string in a ...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
stored character string to character matrix by using loop
I am going to use loop to prompt out 4 course name as 5-character string as form'AB101'. And I need to stored those string in a...
circa 11 anni fa | 0 risposte | 0
0
risposteDomanda
store the input into the cell array with a loop
I try to store three input into a cell array by using loop there are some parts I messed up. It said undefined 'game', what sh...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
remove to only one whitespace in a string
hi all, I am writing a function that to remove the blanks between the words and return it to only one space. like mystr...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
print acsii characters in tabular format using char
I am writing a function that will receive a matrix of integers uint8 less than 129 as input agrument. And print it as acsi...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
use any/all test with while loop in range 0:1:10
I do have a vector of quiz grade(which input by reader). the valid grades are in the range of 0:1:10. I have to use any/all te...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
Using loops, print a table showing wind chill factors
hi guys, I am writing a function that need to print a table showing wind chill factors,which temperatures is -25:5:55(in col...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Error using .* Matrix dimensions must agree.
Hi, I got a trouble when I tried to load the date file and update the new balance. Here is my atm.mat file password =...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
Error using ~= Matrix dimensions must agree during using while function
I was testing the while loop for my ATM script. password = 'jjteam' password = ucsdmate balance = num...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
write a for loop to round up vector
i have a vector = [123.231 232.123 123.565 123.543] I need to use for loop to give out an result as: number 1 is 123.2 numb...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
for loop to sum up the integer
here is the question generate a random integer n in the range from 5 to 9 then loop n times to: -prompt the user for an inte...
circa 11 anni fa | 3 risposte | 0
3
risposteDomanda
compute the 2 dimensional (x,y) with respect to time
I have those numbers that is 0 50 0 1 50 -9.8 2 50 -19.6 3 50 -29.4 4 50 -39.2 5 50 -49.0 Which I saved to a.dat file...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
change Red level in RGB
I got these code but it keeps saying that im have not enough input arguments. or,it said undefined function or variable while i...
circa 11 anni fa | 1 risposta | 0
